Html Css Color HEX #7997FA Cornflower Blue

📋 copy color: '#7997FA'

red 121 ◦ green 151 ◦ blue 250

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

Shades of Cornflower Blue #7997FA

Tints of Cornflower Blue #7997FA

RGB

 RED value IS 121 (47.66% from 255) = 23.18%

 GREEN value IS 151 (59.38% from 255) = 28.93%

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

R = 23.18%
G = 28.93%
B = 47.89%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7997FA (or 0x7997FA) is known color: Cornflower Blue. HEX triplet: 79, 97 and FA. RGB value is (121,151,250). Sum of RGB (Red+Green+Blue) = 121+151+250=522 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.18% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #7997FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7997FA is #866805. Grayscale: #989898. Windows color (decimal): -8808454 or 16422777. OLE color: 16422777.

HSL color Cylindrical-coordinate representation of color #7997FA: hue angle of 226.05º 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 #7997FA is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 151 250 -
CMYK 0.52 0.40 0 0.02
HSL 226.05º 0.93% 0.73% -
HSV(B) 226.05º 0.52% 0.98% -
XYZ 36.21 33.1 94.92 -
YUV 153.32 182.56 104.95 -
System Red Green Blue C M Y K H S L
Decimal 121 151 250 0.52 0.40 0 0.02 226.05 0.93 0.73
Hex 79 97 FA 34 28 0 2 E2 5D 49
Octal 171 227 372 64 50 0 2 342 135 111
Binary 1111001 10010111 11111010 110100 101000 0 10 11100010 1011101 1001001

Color Harmonies of #7997FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7997FA

Black with #7997FA

Text Example


Text Example

White with #7997FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,151,250); }

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

background-color css

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

 a { background-color: rgb(121,151,250); }

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

border-color css

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

 span { border-color: rgb(121,151,250); }

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