Html Css Color HEX #7F95CE Portage

📋 copy color: '#7F95CE'

red 127 ◦ green 149 ◦ blue 206

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

Shades of Portage #7F95CE

Tints of Portage #7F95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.91%

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

R = 26.35%
G = 30.91%
B = 42.74%

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

#7F95CE (or 0x7F95CE) is known color: Portage. HEX triplet: 7F, 95 and CE. RGB value is (127,149,206). Sum of RGB (Red+Green+Blue) = 127+149+206=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F95CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F95CE is #806A31. Grayscale: #949494. Windows color (decimal): -8415794 or 13538687. OLE color: 13538687.

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

Color convert

RGB 127 149 206 -
CMYK 0.38 0.28 0 0.19
HSL 223.29º 0.45% 0.65% -
HSV(B) 223.29º 0.38% 0.81% -
XYZ 30.64 30.46 62.66 -
YUV 148.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 127 149 206 0.38 0.28 0 0.19 223.29 0.45 0.65
Hex 7F 95 CE 26 1C 0 13 DF 2D 41
Octal 177 225 316 46 34 0 23 337 55 101
Binary 1111111 10010101 11001110 100110 11100 0 10011 11011111 101101 1000001

Color Harmonies of #7F95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F95CE

Black with #7F95CE

Text Example


Text Example

White with #7F95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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