Html Css Color HEX #888FCC Portage

📋 copy color: '#888FCC'

red 136 ◦ green 143 ◦ blue 204

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

Shades of Portage #888FCC

Tints of Portage #888FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.61%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 28.16%
G = 29.61%
B = 42.24%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#888FCC (or 0x888FCC) is known color: Portage. HEX triplet: 88, 8F and CC. RGB value is (136,143,204). Sum of RGB (Red+Green+Blue) = 136+143+204=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #888FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FCC is #777033. Grayscale: #939393. Windows color (decimal): -7827508 or 13406088. OLE color: 13406088.

HSL color Cylindrical-coordinate representation of color #888FCC: hue angle of 233.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #888FCC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 143 204 -
CMYK 0.33 0.30 0 0.2
HSL 233.82º 0.4% 0.67% -
HSV(B) 233.82º 0.33% 0.8% -
XYZ 30.87 29.24 61.14 -
YUV 147.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 136 143 204 0.33 0.30 0 0.2 233.82 0.4 0.67
Hex 88 8F CC 21 1E 0 14 EA 28 43
Octal 210 217 314 41 36 0 24 352 50 103
Binary 10001000 10001111 11001100 100001 11110 0 10100 11101010 101000 1000011

Color Harmonies of #888FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FCC

Black with #888FCC

Text Example


Text Example

White with #888FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,143,204); }

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

background-color css

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

 a { background-color: rgb(136,143,204); }

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

border-color css

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

 span { border-color: rgb(136,143,204); }

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