Html Css Color HEX #7A8BFC Cornflower Blue

📋 copy color: '#7A8BFC'

red 122 ◦ green 139 ◦ blue 252

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

Shades of Cornflower Blue #7A8BFC

Tints of Cornflower Blue #7A8BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.1%

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 23.78%
G = 27.1%
B = 49.12%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7A8BFC (or 0x7A8BFC) is known color: Cornflower Blue. HEX triplet: 7A, 8B and FC. RGB value is (122,139,252). Sum of RGB (Red+Green+Blue) = 122+139+252=513 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.78% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #7A8BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BFC is #857403. Grayscale: #929292. Windows color (decimal): -8745988 or 16550778. OLE color: 16550778.

HSL color Cylindrical-coordinate representation of color #7A8BFC: hue angle of 232.15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A8BFC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 122 139 252 -
CMYK 0.52 0.45 0 0.01
HSL 232.15º 0.96% 0.73% -
HSV(B) 232.15º 0.52% 0.99% -
XYZ 34.83 29.63 95.98 -
YUV 146.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 122 139 252 0.52 0.45 0 0.01 232.15 0.96 0.73
Hex 7A 8B FC 34 2D 0 1 E8 60 49
Octal 172 213 374 64 55 0 1 350 140 111
Binary 1111010 10001011 11111100 110100 101101 0 1 11101000 1100000 1001001

Color Harmonies of #7A8BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8BFC

Black with #7A8BFC

Text Example


Text Example

White with #7A8BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,139,252); }

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

background-color css

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

 a { background-color: rgb(122,139,252); }

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

border-color css

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

 span { border-color: rgb(122,139,252); }

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