Html Css Color HEX #888CD3 Portage

📋 copy color: '#888CD3'

red 136 ◦ green 140 ◦ blue 211

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

Shades of Portage #888CD3

Tints of Portage #888CD3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.75%

 BLUE value IS 211 (82.81% from 255) = 43.33%

R = 27.93%
G = 28.75%
B = 43.33%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#888CD3 (or 0x888CD3) is known color: Portage. HEX triplet: 88, 8C and D3. RGB value is (136,140,211). Sum of RGB (Red+Green+Blue) = 136+140+211=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 211 - color contains mainly: blue. Hex color #888CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CD3 is #77732C. Grayscale: #929292. Windows color (decimal): -7828269 or 13864072. OLE color: 13864072.

HSL color Cylindrical-coordinate representation of color #888CD3: hue angle of 236.8º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #888CD3 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 136 140 211 -
CMYK 0.36 0.34 0 0.17
HSL 236.8º 0.46% 0.68% -
HSV(B) 236.8º 0.36% 0.83% -
XYZ 31.29 28.69 65.52 -
YUV 146.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 136 140 211 0.36 0.34 0 0.17 236.8 0.46 0.68
Hex 88 8C D3 24 22 0 11 ED 2E 44
Octal 210 214 323 44 42 0 21 355 56 104
Binary 10001000 10001100 11010011 100100 100010 0 10001 11101101 101110 1000100

Color Harmonies of #888CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CD3

Black with #888CD3

Text Example


Text Example

White with #888CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,140,211); }

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

background-color css

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

 a { background-color: rgb(136,140,211); }

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

border-color css

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

 span { border-color: rgb(136,140,211); }

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