Html Css Color HEX #7E9AFF Cornflower Blue

📋 copy color: '#7E9AFF'

red 126 ◦ green 154 ◦ blue 255

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

Shades of Cornflower Blue #7E9AFF

Tints of Cornflower Blue #7E9AFF

RGB

 RED value IS 126 (49.61% from 255) = 23.55%

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 23.55%
G = 28.79%
B = 47.66%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7E9AFF (or 0x7E9AFF) is known color: Cornflower Blue. HEX triplet: 7E, 9A and FF. RGB value is (126,154,255). Sum of RGB (Red+Green+Blue) = 126+154+255=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #7E9AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E9AFF is #816500. Grayscale: #9C9C9C. Windows color (decimal): -8480001 or 16751230. OLE color: 16751230.

HSL color Cylindrical-coordinate representation of color #7E9AFF: hue angle of 226.98º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E9AFF is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 126 154 255 -
CMYK 0.51 0.40 0 0
HSL 226.98º 1% 0.75% -
HSV(B) 226.98º 0.51% 1% -
XYZ 38.21 34.77 99.3 -
YUV 157.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 126 154 255 0.51 0.40 0 0 226.98 1 0.75
Hex 7E 9A FF 33 28 0 0 E3 64 4B
Octal 176 232 377 63 50 0 0 343 144 113
Binary 1111110 10011010 11111111 110011 101000 0 0 11100011 1100100 1001011

Color Harmonies of #7E9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9AFF

Black with #7E9AFF

Text Example


Text Example

White with #7E9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,154,255); }

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

background-color css

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

 a { background-color: rgb(126,154,255); }

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

border-color css

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

 span { border-color: rgb(126,154,255); }

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