Html Css Color HEX #7F9EFE Cornflower Blue

📋 copy color: '#7F9EFE'

red 127 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #7F9EFE

Tints of Cornflower Blue #7F9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.31%

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

R = 23.56%
G = 29.31%
B = 47.12%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F9EFE (or 0x7F9EFE) is known color: Cornflower Blue. HEX triplet: 7F, 9E and FE. RGB value is (127,158,254). Sum of RGB (Red+Green+Blue) = 127+158+254=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F9EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F9EFE is #806101. Grayscale: #9F9F9F. Windows color (decimal): -8413442 or 16686719. OLE color: 16686719.

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

Color convert

RGB 127 158 254 -
CMYK 0.50 0.38 0 0.00
HSL 225.35º 0.98% 0.75% -
HSV(B) 225.35º 0.5% 1% -
XYZ 38.87 36.12 98.69 -
YUV 159.68 181.23 104.69 -
System Red Green Blue C M Y K H S L
Decimal 127 158 254 0.50 0.38 0 0.00 225.35 0.98 0.75
Hex 7F 9E FE 32 26 0 0 E1 62 4B
Octal 177 236 376 62 46 0 0 341 142 113
Binary 1111111 10011110 11111110 110010 100110 0 0 11100001 1100010 1001011

Color Harmonies of #7F9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9EFE

Black with #7F9EFE

Text Example


Text Example

White with #7F9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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