Html Css Color HEX #858BDD Portage

📋 copy color: '#858BDD'

red 133 ◦ green 139 ◦ blue 221

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

Shades of Portage #858BDD

Tints of Portage #858BDD

RGB

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

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

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

R = 26.98%
G = 28.19%
B = 44.83%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#858BDD (or 0x858BDD) is known color: Portage. HEX triplet: 85, 8B and DD. RGB value is (133,139,221). Sum of RGB (Red+Green+Blue) = 133+139+221=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #858BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BDD is #7A7422. Grayscale: #929292. Windows color (decimal): -8025123 or 14519173. OLE color: 14519173.

HSL color Cylindrical-coordinate representation of color #858BDD: hue angle of 235.91º 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 #858BDD is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 139 221 -
CMYK 0.40 0.37 0 0.13
HSL 235.91º 0.56% 0.69% -
HSV(B) 235.91º 0.4% 0.87% -
XYZ 31.96 28.67 72.26 -
YUV 146.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 133 139 221 0.40 0.37 0 0.13 235.91 0.56 0.69
Hex 85 8B DD 28 25 0 D EC 38 45
Octal 205 213 335 50 45 0 15 354 70 105
Binary 10000101 10001011 11011101 101000 100101 0 1101 11101100 111000 1000101

Color Harmonies of #858BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BDD

Black with #858BDD

Text Example


Text Example

White with #858BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858BDD; }

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

 H1.HeaderClassName
 {
   color: #858BDD;
 }
 .AnyTagClassName
 {
   color: #858BDD;
 }
</style>

background-color css

<style>
 a { background-color: #858BDD; }

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

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

border-color css

<style>
 span { border-color: #858BDD; }

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

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