Html Css Color HEX #7F94CE Portage

📋 copy color: '#7F94CE'

red 127 ◦ green 148 ◦ blue 206

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

Shades of Portage #7F94CE

Tints of Portage #7F94CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 26.4%
G = 30.77%
B = 42.83%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F94CE (or 0x7F94CE) is known color: Portage. HEX triplet: 7F, 94 and CE. RGB value is (127,148,206). Sum of RGB (Red+Green+Blue) = 127+148+206=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F94CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F94CE is #806B31. Grayscale: #949494. Windows color (decimal): -8416050 or 13538431. OLE color: 13538431.

HSL color Cylindrical-coordinate representation of color #7F94CE: hue angle of 224.05º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F94CE is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 148 206 -
CMYK 0.38 0.28 0 0.19
HSL 224.05º 0.45% 0.65% -
HSV(B) 224.05º 0.38% 0.81% -
XYZ 30.48 30.15 62.61 -
YUV 148.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 127 148 206 0.38 0.28 0 0.19 224.05 0.45 0.65
Hex 7F 94 CE 26 1C 0 13 E0 2D 41
Octal 177 224 316 46 34 0 23 340 55 101
Binary 1111111 10010100 11001110 100110 11100 0 10011 11100000 101101 1000001

Color Harmonies of #7F94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F94CE

Black with #7F94CE

Text Example


Text Example

White with #7F94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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