Html Css Color HEX #7A9EFF Cornflower Blue

📋 copy color: '#7A9EFF'

red 122 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #7A9EFF

Tints of Cornflower Blue #7A9EFF

RGB

 RED value IS 122 (48.05% from 255) = 22.8%

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

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

R = 22.8%
G = 29.53%
B = 47.66%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A9EFF (or 0x7A9EFF) is known color: Cornflower Blue. HEX triplet: 7A, 9E and FF. RGB value is (122,158,255). Sum of RGB (Red+Green+Blue) = 122+158+255=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 158 (62.11% from 255 or 29.53% 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 #7A9EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9EFF is #856100. Grayscale: #9D9D9D. Windows color (decimal): -8741121 or 16752250. OLE color: 16752250.

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

Color convert

RGB 122 158 255 -
CMYK 0.52 0.38 0 0
HSL 223.76º 1% 0.74% -
HSV(B) 223.76º 0.52% 1% -
XYZ 38.3 35.81 99.5 -
YUV 158.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 122 158 255 0.52 0.38 0 0 223.76 1 0.74
Hex 7A 9E FF 34 26 0 0 E0 64 4A
Octal 172 236 377 64 46 0 0 340 144 112
Binary 1111010 10011110 11111111 110100 100110 0 0 11100000 1100100 1001010

Color Harmonies of #7A9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9EFF

Black with #7A9EFF

Text Example


Text Example

White with #7A9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,158,255); }

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

background-color css

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

 a { background-color: rgb(122,158,255); }

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

border-color css

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

 span { border-color: rgb(122,158,255); }

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