#7C9FDC

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

Shades of Jordy Blue #7C9FDC

Tints of Jordy Blue #7C9FDC

Color information

#7C9FDC (or 0x7C9FDC) is unknown color: approx Jordy Blue. HEX triplet: 7C, 9F and DC. RGB value is (124,159,220). Sum of RGB (Red+Green+Blue) = 124+159+220=503 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.65% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9FDC is #836023. Grayscale: #9B9B9B. Windows color (decimal): -8609828 or 14458748. OLE color: 14458748.

HSL color Cylindrical-coordinate representation of color #7C9FDC: hue angle of 218.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C9FDC is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124159220-
CMYK0.440.2800.14
HSL218.12º57.83%67.45%-
HSV(B)218.12º43.64%86.27%-
XYZ33.6334.2572.55-
YUV155.49164.4105.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.65%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 220 (86.33% from 255) = 43.74%
R=24.65%
G=31.61%
B=43.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241592200.440.2800.14218.1257.8367.45
Hex7C9FDC2C1C0Eda3a43
Octal174237334543401633272103
Binary111110010011111110111001011001110001110110110101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,159,220); }

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

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

 a { background-color: rgb(124,159,220); }

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

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

 span { border-color: rgb(124,159,220); }

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