Html Css Color HEX #8095CF Portage

📋 copy color: '#8095CF'

red 128 ◦ green 149 ◦ blue 207

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

Shades of Portage #8095CF

Tints of Portage #8095CF

RGB

 RED value IS 128 (50.39% from 255) = 26.45%

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

 BLUE value IS 207 (81.25% from 255) = 42.77%

R = 26.45%
G = 30.79%
B = 42.77%

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

#8095CF (or 0x8095CF) is known color: Portage. HEX triplet: 80, 95 and CF. RGB value is (128,149,207). Sum of RGB (Red+Green+Blue) = 128+149+207=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #8095CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8095CF is #7F6A30. Grayscale: #959595. Windows color (decimal): -8350257 or 13604224. OLE color: 13604224.

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

Color convert

RGB 128 149 207 -
CMYK 0.38 0.28 0 0.19
HSL 224.05º 0.45% 0.66% -
HSV(B) 224.05º 0.38% 0.81% -
XYZ 30.91 30.59 63.31 -
YUV 149.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 128 149 207 0.38 0.28 0 0.19 224.05 0.45 0.66
Hex 80 95 CF 26 1C 0 13 E0 2D 42
Octal 200 225 317 46 34 0 23 340 55 102
Binary 10000000 10010101 11001111 100110 11100 0 10011 11100000 101101 1000010

Color Harmonies of #8095CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8095CF

Black with #8095CF

Text Example


Text Example

White with #8095CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8095CF; }

 p { color: rgb(128,149,207); }

 H1.HeaderClassName
 {
   color: #8095CF;
 }
 .AnyTagClassName
 {
   color: #8095CF;
 }
</style>

background-color css

<style>
 a { background-color: #8095CF; }

 a { background-color: rgb(128,149,207); }

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

border-color css

<style>
 span { border-color: #8095CF; }

 span { border-color: rgb(128,149,207); }

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