Html Css Color HEX #888BDF Portage

📋 copy color: '#888BDF'

red 136 ◦ green 139 ◦ blue 223

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

Shades of Portage #888BDF

Tints of Portage #888BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 27.31%
G = 27.91%
B = 44.78%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#888BDF (or 0x888BDF) is known color: Portage. HEX triplet: 88, 8B and DF. RGB value is (136,139,223). Sum of RGB (Red+Green+Blue) = 136+139+223=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #888BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BDF is #777420. Grayscale: #939393. Windows color (decimal): -7828513 or 14650248. OLE color: 14650248.

HSL color Cylindrical-coordinate representation of color #888BDF: hue angle of 237.93º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #888BDF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 139 223 -
CMYK 0.39 0.38 0 0.13
HSL 237.93º 0.58% 0.7% -
HSV(B) 237.93º 0.39% 0.87% -
XYZ 32.71 29.03 73.69 -
YUV 147.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 136 139 223 0.39 0.38 0 0.13 237.93 0.58 0.7
Hex 88 8B DF 27 26 0 D EE 3A 46
Octal 210 213 337 47 46 0 15 356 72 106
Binary 10001000 10001011 11011111 100111 100110 0 1101 11101110 111010 1000110

Color Harmonies of #888BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BDF

Black with #888BDF

Text Example


Text Example

White with #888BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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