Html Css Color HEX #7C9CEB Jordy Blue

📋 copy color: '#7C9CEB'

red 124 ◦ green 156 ◦ blue 235

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

Shades of Jordy Blue #7C9CEB

Tints of Jordy Blue #7C9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

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

R = 24.08%
G = 30.29%
B = 45.63%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7C9CEB (or 0x7C9CEB) is known color: Jordy Blue. HEX triplet: 7C, 9C and EB. RGB value is (124,156,235). Sum of RGB (Red+Green+Blue) = 124+156+235=515 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.08% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C9CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9CEB is #836314. Grayscale: #9B9B9B. Windows color (decimal): -8610581 or 15441020. OLE color: 15441020.

HSL color Cylindrical-coordinate representation of color #7C9CEB: hue angle of 222.7º 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 #7C9CEB is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 124 156 235 -
CMYK 0.47 0.34 0 0.08
HSL 222.7º 0.74% 0.7% -
HSV(B) 222.7º 0.47% 0.92% -
XYZ 35.2 34.06 83.32 -
YUV 155.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 124 156 235 0.47 0.34 0 0.08 222.7 0.74 0.7
Hex 7C 9C EB 2F 22 0 8 DF 4A 46
Octal 174 234 353 57 42 0 10 337 112 106
Binary 1111100 10011100 11101011 101111 100010 0 1000 11011111 1001010 1000110

Color Harmonies of #7C9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9CEB

Black with #7C9CEB

Text Example


Text Example

White with #7C9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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