Html Css Color HEX #7A96FF Cornflower Blue

📋 copy color: '#7A96FF'

red 122 ◦ green 150 ◦ blue 255

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

Shades of Cornflower Blue #7A96FF

Tints of Cornflower Blue #7A96FF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.46%

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

R = 23.15%
G = 28.46%
B = 48.39%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A96FF (or 0x7A96FF) is known color: Cornflower Blue. HEX triplet: 7A, 96 and FF. RGB value is (122,150,255). Sum of RGB (Red+Green+Blue) = 122+150+255=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A96FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A96FF is #856900. Grayscale: #999999. Windows color (decimal): -8743169 or 16750202. OLE color: 16750202.

HSL color Cylindrical-coordinate representation of color #7A96FF: hue angle of 227.37º 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 #7A96FF is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 122 150 255 -
CMYK 0.52 0.41 0 0
HSL 227.37º 1% 0.74% -
HSV(B) 227.37º 0.52% 1% -
XYZ 36.98 33.17 99.06 -
YUV 153.6 185.22 105.46 -
System Red Green Blue C M Y K H S L
Decimal 122 150 255 0.52 0.41 0 0 227.37 1 0.74
Hex 7A 96 FF 34 29 0 0 E3 64 4A
Octal 172 226 377 64 51 0 0 343 144 112
Binary 1111010 10010110 11111111 110100 101001 0 0 11100011 1100100 1001010

Color Harmonies of #7A96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A96FF

Black with #7A96FF

Text Example


Text Example

White with #7A96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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