Html Css Color HEX #7A91FB Cornflower Blue

📋 copy color: '#7A91FB'

red 122 ◦ green 145 ◦ blue 251

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

Shades of Cornflower Blue #7A91FB

Tints of Cornflower Blue #7A91FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 23.55%
G = 27.99%
B = 48.46%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A91FB (or 0x7A91FB) is known color: Cornflower Blue. HEX triplet: 7A, 91 and FB. RGB value is (122,145,251). Sum of RGB (Red+Green+Blue) = 122+145+251=518 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.55% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A91FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A91FB is #856E04. Grayscale: #959595. Windows color (decimal): -8744453 or 16486778. OLE color: 16486778.

HSL color Cylindrical-coordinate representation of color #7A91FB: hue angle of 229.3º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A91FB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 145 251 -
CMYK 0.51 0.42 0 0.02
HSL 229.3º 0.94% 0.73% -
HSV(B) 229.3º 0.51% 0.98% -
XYZ 35.56 31.35 95.44 -
YUV 150.21 184.88 107.88 -
System Red Green Blue C M Y K H S L
Decimal 122 145 251 0.51 0.42 0 0.02 229.3 0.94 0.73
Hex 7A 91 FB 33 2A 0 2 E5 5E 49
Octal 172 221 373 63 52 0 2 345 136 111
Binary 1111010 10010001 11111011 110011 101010 0 10 11100101 1011110 1001001

Color Harmonies of #7A91FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A91FB

Black with #7A91FB

Text Example


Text Example

White with #7A91FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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