Html Css Color HEX #7C9EEB Jordy Blue

📋 copy color: '#7C9EEB'

red 124 ◦ green 158 ◦ blue 235

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

Shades of Jordy Blue #7C9EEB

Tints of Jordy Blue #7C9EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.56%

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 23.98%
G = 30.56%
B = 45.45%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C9EEB (or 0x7C9EEB) is known color: Jordy Blue. HEX triplet: 7C, 9E and EB. RGB value is (124,158,235). Sum of RGB (Red+Green+Blue) = 124+158+235=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C9EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9EEB is #836114. Grayscale: #9C9C9C. Windows color (decimal): -8610069 or 15441532. OLE color: 15441532.

HSL color Cylindrical-coordinate representation of color #7C9EEB: hue angle of 221.62º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C9EEB is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 158 235 -
CMYK 0.47 0.33 0 0.08
HSL 221.62º 0.74% 0.7% -
HSV(B) 221.62º 0.47% 0.92% -
XYZ 35.53 34.74 83.43 -
YUV 156.61 172.24 104.74 -
System Red Green Blue C M Y K H S L
Decimal 124 158 235 0.47 0.33 0 0.08 221.62 0.74 0.7
Hex 7C 9E EB 2F 21 0 8 DE 4A 46
Octal 174 236 353 57 41 0 10 336 112 106
Binary 1111100 10011110 11101011 101111 100001 0 1000 11011110 1001010 1000110

Color Harmonies of #7C9EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9EEB

Black with #7C9EEB

Text Example


Text Example

White with #7C9EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,158,235); }

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

background-color css

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

 a { background-color: rgb(124,158,235); }

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

border-color css

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

 span { border-color: rgb(124,158,235); }

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