Html Css Color HEX #8585E0 Portage

📋 copy color: '#8585E0'

red 133 ◦ green 133 ◦ blue 224

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

Shades of Portage #8585E0

Tints of Portage #8585E0

RGB

 RED value IS 133 (52.34% from 255) = 27.14%

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 27.14%
G = 27.14%
B = 45.71%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8585E0 (or 0x8585E0) is known color: Portage. HEX triplet: 85, 85 and E0. RGB value is (133,133,224). Sum of RGB (Red+Green+Blue) = 133+133+224=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #8585E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8585E0 is #7A7A1F. Grayscale: #8F8F8F. Windows color (decimal): -8026656 or 14714245. OLE color: 14714245.

HSL color Cylindrical-coordinate representation of color #8585E0: hue angle of 240º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8585E0 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 133 224 -
CMYK 0.41 0.41 0 0.12
HSL 240º 0.59% 0.7% -
HSV(B) 240º 0.41% 0.88% -
XYZ 31.51 27.14 74.1 -
YUV 143.37 173.5 120.6 -
System Red Green Blue C M Y K H S L
Decimal 133 133 224 0.41 0.41 0 0.12 240 0.59 0.7
Hex 85 85 E0 29 29 0 C F0 3B 46
Octal 205 205 340 51 51 0 14 360 73 106
Binary 10000101 10000101 11100000 101001 101001 0 1100 11110000 111011 1000110

Color Harmonies of #8585E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8585E0

Black with #8585E0

Text Example


Text Example

White with #8585E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8585E0; }

 p { color: rgb(133,133,224); }

 H1.HeaderClassName
 {
   color: #8585E0;
 }
 .AnyTagClassName
 {
   color: #8585E0;
 }
</style>

background-color css

<style>
 a { background-color: #8585E0; }

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

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

border-color css

<style>
 span { border-color: #8585E0; }

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

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