Html Css Color HEX #8385DB Portage

📋 copy color: '#8385DB'

red 131 ◦ green 133 ◦ blue 219

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

Shades of Portage #8385DB

Tints of Portage #8385DB

RGB

 RED value IS 131 (51.56% from 255) = 27.12%

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 27.12%
G = 27.54%
B = 45.34%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8385DB (or 0x8385DB) is known color: Portage. HEX triplet: 83, 85 and DB. RGB value is (131,133,219). Sum of RGB (Red+Green+Blue) = 131+133+219=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #8385DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8385DB is #7C7A24. Grayscale: #8D8D8D. Windows color (decimal): -8157733 or 14386563. OLE color: 14386563.

HSL color Cylindrical-coordinate representation of color #8385DB: hue angle of 238.64º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8385DB is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 133 219 -
CMYK 0.40 0.39 0 0.14
HSL 238.64º 0.55% 0.69% -
HSV(B) 238.64º 0.4% 0.86% -
XYZ 30.53 26.71 70.57 -
YUV 142.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 131 133 219 0.40 0.39 0 0.14 238.64 0.55 0.69
Hex 83 85 DB 28 27 0 E EF 37 45
Octal 203 205 333 50 47 0 16 357 67 105
Binary 10000011 10000101 11011011 101000 100111 0 1110 11101111 110111 1000101

Color Harmonies of #8385DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8385DB

Black with #8385DB

Text Example


Text Example

White with #8385DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8385DB; }

 p { color: rgb(131,133,219); }

 H1.HeaderClassName
 {
   color: #8385DB;
 }
 .AnyTagClassName
 {
   color: #8385DB;
 }
</style>

background-color css

<style>
 a { background-color: #8385DB; }

 a { background-color: rgb(131,133,219); }

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

border-color css

<style>
 span { border-color: #8385DB; }

 span { border-color: rgb(131,133,219); }

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