#7C9BE2

Color #7C9BE2 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7C9BE2

Tints of Jordy Blue #7C9BE2

Color information

#7C9BE2 (or 0x7C9BE2) is unknown color: approx Jordy Blue. HEX triplet: 7C, 9B and E2. RGB value is (124,155,226). Sum of RGB (Red+Green+Blue) = 124+155+226=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 226 - color contains mainly: blue. Hex color #7C9BE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9BE2 is #83641D. Grayscale: #999999. Windows color (decimal): -8610846 or 14850940. OLE color: 14850940.

HSL color Cylindrical-coordinate representation of color #7C9BE2: hue angle of 221.76º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C9BE2 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124155226-
CMYK0.450.3100.11
HSL221.76º63.75%68.63%-
HSV(B)221.76º45.13%88.63%-
XYZ33.7633.2276.58-
YUV153.83168.73106.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 24.55%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 226 (88.67% from 255) = 44.75%
R=24.55%
G=30.69%
B=44.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1241552260.450.3100.11221.7663.7568.63
Hex7C9BE22D1F0Bde4045
Octal1742333425537013336100105
Binary1111100100110111110001010110111111010111101111010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C9BE2; }

 p { color: rgb(124,155,226); }

 H1.HeaderClassName
 {
   color: #7C9BE2;
 }
 .AnyTagClassName
 {
   color: #7C9BE2;
 }
</style>
background-color css

<style>
 a { background-color: #7C9BE2; }

 a { background-color: rgb(124,155,226); }

 div.DivClassName
 {
   background-color: #7C9BE2;
 }
 .BgClassName
 {
   background-color: #7C9BE2;
 }
</style>
border-color css

<style>
 span { border-color: #7C9BE2; }

 span { border-color: rgb(124,155,226); }

 td.TdClassName
 {
   border-color: #7C9BE2;
 }
 .TagClassName
 {
   border-color: #7C9BE2;
 }
</style>