#7C9DD5

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

Shades of Jordy Blue #7C9DD5

Tints of Jordy Blue #7C9DD5

Color information

#7C9DD5 (or 0x7C9DD5) is unknown color: approx Jordy Blue. HEX triplet: 7C, 9D and D5. RGB value is (124,157,213). Sum of RGB (Red+Green+Blue) = 124+157+213=494 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.10% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C9DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9DD5 is #83622A. Grayscale: #999999. Windows color (decimal): -8610347 or 13999484. OLE color: 13999484.

HSL color Cylindrical-coordinate representation of color #7C9DD5: hue angle of 217.75º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C9DD5 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124157213-
CMYK0.420.2600.16
HSL217.75º51.45%66.08%-
HSV(B)217.75º41.78%83.53%-
XYZ32.3833.267.65-
YUV153.52161.57106.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.10%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 213 (83.59% from 255) = 43.12%
R=25.10%
G=31.78%
B=43.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1241572130.420.2600.16217.7551.4566.08
Hex7C9DD52A1A010da3342
Octal174235325523202033263102
Binary1111100100111011101010110101011010010000110110101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,157,213); }

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

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

 a { background-color: rgb(124,157,213); }

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

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

 span { border-color: rgb(124,157,213); }

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