Html Css Color HEX #7F94FF Cornflower Blue

📋 copy color: '#7F94FF'

red 127 ◦ green 148 ◦ blue 255

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

Shades of Cornflower Blue #7F94FF

Tints of Cornflower Blue #7F94FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.92%

 BLUE value IS 255 (100% from 255) = 48.11%

R = 23.96%
G = 27.92%
B = 48.11%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7F94FF (or 0x7F94FF) is known color: Cornflower Blue. HEX triplet: 7F, 94 and FF. RGB value is (127,148,255). Sum of RGB (Red+Green+Blue) = 127+148+255=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F94FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F94FF is #806B00. Grayscale: #999999. Windows color (decimal): -8416001 or 16749695. OLE color: 16749695.

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

Color convert

RGB 127 148 255 -
CMYK 0.50 0.42 0 0
HSL 230.16º 1% 0.75% -
HSV(B) 230.16º 0.5% 1% -
XYZ 37.39 32.91 98.99 -
YUV 153.92 185.04 108.8 -
System Red Green Blue C M Y K H S L
Decimal 127 148 255 0.50 0.42 0 0 230.16 1 0.75
Hex 7F 94 FF 32 2A 0 0 E6 64 4B
Octal 177 224 377 62 52 0 0 346 144 113
Binary 1111111 10010100 11111111 110010 101010 0 0 11100110 1100100 1001011

Color Harmonies of #7F94FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F94FF

Black with #7F94FF

Text Example


Text Example

White with #7F94FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,148,255); }

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

background-color css

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

 a { background-color: rgb(127,148,255); }

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

border-color css

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

 span { border-color: rgb(127,148,255); }

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