Html Css Color HEX #8785DD Portage

📋 copy color: '#8785DD'

red 135 ◦ green 133 ◦ blue 221

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

Shades of Portage #8785DD

Tints of Portage #8785DD

RGB

 RED value IS 135 (53.13% from 255) = 27.61%

 GREEN value IS 133 (52.34% from 255) = 27.2%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 27.61%
G = 27.2%
B = 45.19%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8785DD (or 0x8785DD) is known color: Portage. HEX triplet: 87, 85 and DD. RGB value is (135,133,221). Sum of RGB (Red+Green+Blue) = 135+133+221=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8785DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785DD is #787A22. Grayscale: #8F8F8F. Windows color (decimal): -7895587 or 14517639. OLE color: 14517639.

HSL color Cylindrical-coordinate representation of color #8785DD: hue angle of 241.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8785DD is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 133 221 -
CMYK 0.39 0.40 0 0.13
HSL 241.36º 0.56% 0.69% -
HSV(B) 241.36º 0.4% 0.87% -
XYZ 31.43 27.15 71.99 -
YUV 143.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 135 133 221 0.39 0.40 0 0.13 241.36 0.56 0.69
Hex 87 85 DD 27 28 0 D F1 38 45
Octal 207 205 335 47 50 0 15 361 70 105
Binary 10000111 10000101 11011101 100111 101000 0 1101 11110001 111000 1000101

Color Harmonies of #8785DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8785DD

Black with #8785DD

Text Example


Text Example

White with #8785DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8785DD; }

 p { color: rgb(135,133,221); }

 H1.HeaderClassName
 {
   color: #8785DD;
 }
 .AnyTagClassName
 {
   color: #8785DD;
 }
</style>

background-color css

<style>
 a { background-color: #8785DD; }

 a { background-color: rgb(135,133,221); }

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

border-color css

<style>
 span { border-color: #8785DD; }

 span { border-color: rgb(135,133,221); }

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