Html Css Color HEX #7A8DFE Cornflower Blue

📋 copy color: '#7A8DFE'

red 122 ◦ green 141 ◦ blue 254

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

Shades of Cornflower Blue #7A8DFE

Tints of Cornflower Blue #7A8DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.27%

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

R = 23.6%
G = 27.27%
B = 49.13%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A8DFE (or 0x7A8DFE) is known color: Cornflower Blue. HEX triplet: 7A, 8D and FE. RGB value is (122,141,254). Sum of RGB (Red+Green+Blue) = 122+141+254=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #7A8DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8DFE is #857201. Grayscale: #939393. Windows color (decimal): -8745474 or 16682362. OLE color: 16682362.

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

Color convert

RGB 122 141 254 -
CMYK 0.52 0.44 0 0.00
HSL 231.36º 0.99% 0.74% -
HSV(B) 231.36º 0.52% 1% -
XYZ 35.44 30.34 97.75 -
YUV 148.2 187.71 109.31 -
System Red Green Blue C M Y K H S L
Decimal 122 141 254 0.52 0.44 0 0.00 231.36 0.99 0.74
Hex 7A 8D FE 34 2C 0 0 E7 63 4A
Octal 172 215 376 64 54 0 0 347 143 112
Binary 1111010 10001101 11111110 110100 101100 0 0 11100111 1100011 1001010

Color Harmonies of #7A8DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8DFE

Black with #7A8DFE

Text Example


Text Example

White with #7A8DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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