Html Css Color HEX #7C9AEB Cornflower Blue

📋 copy color: '#7C9AEB'

red 124 ◦ green 154 ◦ blue 235

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

Shades of Cornflower Blue #7C9AEB

Tints of Cornflower Blue #7C9AEB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

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

R = 24.17%
G = 30.02%
B = 45.81%

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

#7C9AEB (or 0x7C9AEB) is known color: Cornflower Blue. HEX triplet: 7C, 9A and EB. RGB value is (124,154,235). Sum of RGB (Red+Green+Blue) = 124+154+235=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C9AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C9AEB is #836514. Grayscale: #999999. Windows color (decimal): -8611093 or 15440508. OLE color: 15440508.

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

Color convert

RGB 124 154 235 -
CMYK 0.47 0.34 0 0.08
HSL 223.78º 0.74% 0.7% -
HSV(B) 223.78º 0.47% 0.92% -
XYZ 34.86 33.39 83.21 -
YUV 154.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 124 154 235 0.47 0.34 0 0.08 223.78 0.74 0.7
Hex 7C 9A EB 2F 22 0 8 E0 4A 46
Octal 174 232 353 57 42 0 10 340 112 106
Binary 1111100 10011010 11101011 101111 100010 0 1000 11100000 1001010 1000110

Color Harmonies of #7C9AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9AEB

Black with #7C9AEB

Text Example


Text Example

White with #7C9AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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