Html Css Color HEX #8285DB Portage

📋 copy color: '#8285DB'

red 130 ◦ green 133 ◦ blue 219

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

Shades of Portage #8285DB

Tints of Portage #8285DB

RGB

 RED value IS 130 (51.17% from 255) = 26.97%

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

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

R = 26.97%
G = 27.59%
B = 45.44%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8285DB (or 0x8285DB) is known color: Portage. HEX triplet: 82, 85 and DB. RGB value is (130,133,219). Sum of RGB (Red+Green+Blue) = 130+133+219=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #8285DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8285DB is #7D7A24. Grayscale: #8D8D8D. Windows color (decimal): -8223269 or 14386562. OLE color: 14386562.

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

Color convert

RGB 130 133 219 -
CMYK 0.41 0.39 0 0.14
HSL 237.98º 0.55% 0.68% -
HSV(B) 237.98º 0.41% 0.86% -
XYZ 30.38 26.64 70.56 -
YUV 141.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 130 133 219 0.41 0.39 0 0.14 237.98 0.55 0.68
Hex 82 85 DB 29 27 0 E EE 37 44
Octal 202 205 333 51 47 0 16 356 67 104
Binary 10000010 10000101 11011011 101001 100111 0 1110 11101110 110111 1000100

Color Harmonies of #8285DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8285DB

Black with #8285DB

Text Example


Text Example

White with #8285DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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