Html Css Color HEX #858DD5 Portage

📋 copy color: '#858DD5'

red 133 ◦ green 141 ◦ blue 213

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

Shades of Portage #858DD5

Tints of Portage #858DD5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 27.31%
G = 28.95%
B = 43.74%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#858DD5 (or 0x858DD5) is known color: Portage. HEX triplet: 85, 8D and D5. RGB value is (133,141,213). Sum of RGB (Red+Green+Blue) = 133+141+213=487 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.31% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #858DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DD5 is #7A722A. Grayscale: #929292. Windows color (decimal): -8024619 or 13995397. OLE color: 13995397.

HSL color Cylindrical-coordinate representation of color #858DD5: hue angle of 234º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858DD5 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 141 213 -
CMYK 0.38 0.34 0 0.16
HSL 234º 0.49% 0.68% -
HSV(B) 234º 0.38% 0.84% -
XYZ 31.21 28.84 66.87 -
YUV 146.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 133 141 213 0.38 0.34 0 0.16 234 0.49 0.68
Hex 85 8D D5 26 22 0 10 EA 31 44
Octal 205 215 325 46 42 0 20 352 61 104
Binary 10000101 10001101 11010101 100110 100010 0 10000 11101010 110001 1000100

Color Harmonies of #858DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DD5

Black with #858DD5

Text Example


Text Example

White with #858DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,213); }

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

background-color css

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

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

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

border-color css

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

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

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