Html Css Color HEX #7F96FE Cornflower Blue

📋 copy color: '#7F96FE'

red 127 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #7F96FE

Tints of Cornflower Blue #7F96FE

RGB

 RED value IS 127 (50% from 255) = 23.92%

 GREEN value IS 150 (58.98% from 255) = 28.25%

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

R = 23.92%
G = 28.25%
B = 47.83%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F96FE (or 0x7F96FE) is known color: Cornflower Blue. HEX triplet: 7F, 96 and FE. RGB value is (127,150,254). Sum of RGB (Red+Green+Blue) = 127+150+254=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F96FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F96FE is #806901. Grayscale: #9A9A9A. Windows color (decimal): -8415490 or 16684671. OLE color: 16684671.

HSL color Cylindrical-coordinate representation of color #7F96FE: hue angle of 229.13º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F96FE is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 150 254 -
CMYK 0.50 0.41 0 0.00
HSL 229.13º 0.98% 0.75% -
HSV(B) 229.13º 0.5% 1% -
XYZ 37.55 33.48 98.25 -
YUV 154.98 183.88 108.04 -
System Red Green Blue C M Y K H S L
Decimal 127 150 254 0.50 0.41 0 0.00 229.13 0.98 0.75
Hex 7F 96 FE 32 29 0 0 E5 62 4B
Octal 177 226 376 62 51 0 0 345 142 113
Binary 1111111 10010110 11111110 110010 101001 0 0 11100101 1100010 1001011

Color Harmonies of #7F96FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F96FE

Black with #7F96FE

Text Example


Text Example

White with #7F96FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,150,254); }

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

background-color css

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

 a { background-color: rgb(127,150,254); }

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

border-color css

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

 span { border-color: rgb(127,150,254); }

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