Html Css Color HEX #7C9FEC Jordy Blue

📋 copy color: '#7C9FEC'

red 124 ◦ green 159 ◦ blue 236

#7C9FEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7C9FEC

Tints of Jordy Blue #7C9FEC

RGB

 RED value IS 124 (48.83% from 255) = 23.89%

 GREEN value IS 159 (62.5% from 255) = 30.64%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 23.89%
G = 30.64%
B = 45.47%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C9FEC (or 0x7C9FEC) is known color: Jordy Blue. HEX triplet: 7C, 9F and EC. RGB value is (124,159,236). Sum of RGB (Red+Green+Blue) = 124+159+236=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C9FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9FEC is #836013. Grayscale: #9C9C9C. Windows color (decimal): -8609812 or 15507324. OLE color: 15507324.

HSL color Cylindrical-coordinate representation of color #7C9FEC: hue angle of 221.25º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C9FEC is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 159 236 -
CMYK 0.47 0.33 0 0.07
HSL 221.25º 0.75% 0.71% -
HSV(B) 221.25º 0.47% 0.93% -
XYZ 35.85 35.14 84.25 -
YUV 157.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 124 159 236 0.47 0.33 0 0.07 221.25 0.75 0.71
Hex 7C 9F EC 2F 21 0 7 DD 4B 47
Octal 174 237 354 57 41 0 7 335 113 107
Binary 1111100 10011111 11101100 101111 100001 0 111 11011101 1001011 1000111

Color Harmonies of #7C9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9FEC

Black with #7C9FEC

Text Example


Text Example

White with #7C9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C9FEC;
 }
 .AnyTagClassName
 {
   color: #7C9FEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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