Html Css Color HEX #8188CE Portage

📋 copy color: '#8188CE'

red 129 ◦ green 136 ◦ blue 206

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

Shades of Portage #8188CE

Tints of Portage #8188CE

RGB

 RED value IS 129 (50.78% from 255) = 27.39%

 GREEN value IS 136 (53.52% from 255) = 28.87%

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

R = 27.39%
G = 28.87%
B = 43.74%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8188CE (or 0x8188CE) is known color: Portage. HEX triplet: 81, 88 and CE. RGB value is (129,136,206). Sum of RGB (Red+Green+Blue) = 129+136+206=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #8188CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8188CE is #7E7731. Grayscale: #8D8D8D. Windows color (decimal): -8288050 or 13535361. OLE color: 13535361.

HSL color Cylindrical-coordinate representation of color #8188CE: hue angle of 234.55º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8188CE is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 136 206 -
CMYK 0.37 0.34 0 0.19
HSL 234.55º 0.44% 0.66% -
HSV(B) 234.55º 0.37% 0.81% -
XYZ 29 26.73 62.02 -
YUV 141.89 164.18 118.81 -
System Red Green Blue C M Y K H S L
Decimal 129 136 206 0.37 0.34 0 0.19 234.55 0.44 0.66
Hex 81 88 CE 25 22 0 13 EB 2C 42
Octal 201 210 316 45 42 0 23 353 54 102
Binary 10000001 10001000 11001110 100101 100010 0 10011 11101011 101100 1000010

Color Harmonies of #8188CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8188CE

Black with #8188CE

Text Example


Text Example

White with #8188CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8188CE; }

 p { color: rgb(129,136,206); }

 H1.HeaderClassName
 {
   color: #8188CE;
 }
 .AnyTagClassName
 {
   color: #8188CE;
 }
</style>

background-color css

<style>
 a { background-color: #8188CE; }

 a { background-color: rgb(129,136,206); }

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

border-color css

<style>
 span { border-color: #8188CE; }

 span { border-color: rgb(129,136,206); }

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