Html Css Color HEX #7A91FF Cornflower Blue

📋 copy color: '#7A91FF'

red 122 ◦ green 145 ◦ blue 255

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

Shades of Cornflower Blue #7A91FF

Tints of Cornflower Blue #7A91FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.78%

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

R = 23.37%
G = 27.78%
B = 48.85%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7A91FF (or 0x7A91FF) is known color: Cornflower Blue. HEX triplet: 7A, 91 and FF. RGB value is (122,145,255). Sum of RGB (Red+Green+Blue) = 122+145+255=522 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.37% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #7A91FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A91FF is #856E00. Grayscale: #969696. Windows color (decimal): -8744449 or 16748922. OLE color: 16748922.

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

Color convert

RGB 122 145 255 -
CMYK 0.52 0.43 0 0
HSL 229.62º 1% 0.74% -
HSV(B) 229.62º 0.52% 1% -
XYZ 36.2 31.61 98.8 -
YUV 150.66 186.88 107.56 -
System Red Green Blue C M Y K H S L
Decimal 122 145 255 0.52 0.43 0 0 229.62 1 0.74
Hex 7A 91 FF 34 2B 0 0 E6 64 4A
Octal 172 221 377 64 53 0 0 346 144 112
Binary 1111010 10010001 11111111 110100 101011 0 0 11100110 1100100 1001010

Color Harmonies of #7A91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A91FF

Black with #7A91FF

Text Example


Text Example

White with #7A91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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