Html Css Color HEX #7891FA Cornflower Blue

📋 copy color: '#7891FA'

red 120 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #7891FA

Tints of Cornflower Blue #7891FA

RGB

 RED value IS 120 (47.27% from 255) = 23.3%

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 23.3%
G = 28.16%
B = 48.54%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7891FA (or 0x7891FA) is known color: Cornflower Blue. HEX triplet: 78, 91 and FA. RGB value is (120,145,250). Sum of RGB (Red+Green+Blue) = 120+145+250=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #7891FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7891FA is #876E05. Grayscale: #959595. Windows color (decimal): -8875526 or 16421240. OLE color: 16421240.

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

Color convert

RGB 120 145 250 -
CMYK 0.52 0.42 0 0.02
HSL 228.46º 0.93% 0.73% -
HSV(B) 228.46º 0.52% 0.98% -
XYZ 35.13 31.15 94.6 -
YUV 149.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 120 145 250 0.52 0.42 0 0.02 228.46 0.93 0.73
Hex 78 91 FA 34 2A 0 2 E4 5D 49
Octal 170 221 372 64 52 0 2 344 135 111
Binary 1111000 10010001 11111010 110100 101010 0 10 11100100 1011101 1001001

Color Harmonies of #7891FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7891FA

Black with #7891FA

Text Example


Text Example

White with #7891FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7891FA; }

 p { color: rgb(120,145,250); }

 H1.HeaderClassName
 {
   color: #7891FA;
 }
 .AnyTagClassName
 {
   color: #7891FA;
 }
</style>

background-color css

<style>
 a { background-color: #7891FA; }

 a { background-color: rgb(120,145,250); }

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

border-color css

<style>
 span { border-color: #7891FA; }

 span { border-color: rgb(120,145,250); }

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