#7C9BDE

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

Shades of Jordy Blue #7C9BDE

Tints of Jordy Blue #7C9BDE

Color information

#7C9BDE (or 0x7C9BDE) is unknown color: approx Jordy Blue. HEX triplet: 7C, 9B and DE. RGB value is (124,155,222). Sum of RGB (Red+Green+Blue) = 124+155+222=501 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.75% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C9BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9BDE is #836421. Grayscale: #999999. Windows color (decimal): -8610850 or 14588796. OLE color: 14588796.

HSL color Cylindrical-coordinate representation of color #7C9BDE: hue angle of 221.02º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C9BDE is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124155222-
CMYK0.440.3000.13
HSL221.02º59.76%67.84%-
HSV(B)221.02º44.14%87.06%-
XYZ33.223373.73-
YUV153.37166.73107.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.75%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=24.75%
G=30.94%
B=44.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241552220.440.3000.13221.0259.7667.84
Hex7C9BDE2C1E0Ddd3c44
Octal174233336543601533574104
Binary111110010011011110111101011001111001101110111011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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