Html Css Color HEX #7A9AFE Cornflower Blue

📋 copy color: '#7A9AFE'

red 122 ◦ green 154 ◦ blue 254

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

Shades of Cornflower Blue #7A9AFE

Tints of Cornflower Blue #7A9AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 23.02%
G = 29.06%
B = 47.92%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A9AFE (or 0x7A9AFE) is known color: Cornflower Blue. HEX triplet: 7A, 9A and FE. RGB value is (122,154,254). Sum of RGB (Red+Green+Blue) = 122+154+254=530 (70% of max value = 765). Red value is 122 (48.05% from 255 or 23.02% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A9AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A9AFE is #856501. Grayscale: #9B9B9B. Windows color (decimal): -8742146 or 16685690. OLE color: 16685690.

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

Color convert

RGB 122 154 254 -
CMYK 0.52 0.39 0 0.00
HSL 225.45º 0.99% 0.74% -
HSV(B) 225.45º 0.52% 1% -
XYZ 37.47 34.4 98.43 -
YUV 155.83 183.4 103.87 -
System Red Green Blue C M Y K H S L
Decimal 122 154 254 0.52 0.39 0 0.00 225.45 0.99 0.74
Hex 7A 9A FE 34 27 0 0 E1 63 4A
Octal 172 232 376 64 47 0 0 341 143 112
Binary 1111010 10011010 11111110 110100 100111 0 0 11100001 1100011 1001010

Color Harmonies of #7A9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9AFE

Black with #7A9AFE

Text Example


Text Example

White with #7A9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,154,254); }

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

background-color css

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

 a { background-color: rgb(122,154,254); }

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

border-color css

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

 span { border-color: rgb(122,154,254); }

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