Html Css Color HEX #888BCD Portage

📋 copy color: '#888BCD'

red 136 ◦ green 139 ◦ blue 205

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

Shades of Portage #888BCD

Tints of Portage #888BCD

RGB

 RED value IS 136 (53.52% from 255) = 28.33%

 GREEN value IS 139 (54.69% from 255) = 28.96%

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 28.33%
G = 28.96%
B = 42.71%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#888BCD (or 0x888BCD) is known color: Portage. HEX triplet: 88, 8B and CD. RGB value is (136,139,205). Sum of RGB (Red+Green+Blue) = 136+139+205=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #888BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BCD is #777432. Grayscale: #919191. Windows color (decimal): -7828531 or 13470600. OLE color: 13470600.

HSL color Cylindrical-coordinate representation of color #888BCD: hue angle of 237.39º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #888BCD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 139 205 -
CMYK 0.34 0.32 0 0.20
HSL 237.39º 0.41% 0.67% -
HSV(B) 237.39º 0.34% 0.8% -
XYZ 30.41 28.11 61.58 -
YUV 145.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 136 139 205 0.34 0.32 0 0.20 237.39 0.41 0.67
Hex 88 8B CD 22 20 0 14 ED 29 43
Octal 210 213 315 42 40 0 24 355 51 103
Binary 10001000 10001011 11001101 100010 100000 0 10100 11101101 101001 1000011

Color Harmonies of #888BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BCD

Black with #888BCD

Text Example


Text Example

White with #888BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888BCD; }

 p { color: rgb(136,139,205); }

 H1.HeaderClassName
 {
   color: #888BCD;
 }
 .AnyTagClassName
 {
   color: #888BCD;
 }
</style>

background-color css

<style>
 a { background-color: #888BCD; }

 a { background-color: rgb(136,139,205); }

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

border-color css

<style>
 span { border-color: #888BCD; }

 span { border-color: rgb(136,139,205); }

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