Html Css Color HEX #858DDC Portage

📋 copy color: '#858DDC'

red 133 ◦ green 141 ◦ blue 220

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

Shades of Portage #858DDC

Tints of Portage #858DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 26.92%
G = 28.54%
B = 44.53%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#858DDC (or 0x858DDC) is known color: Portage. HEX triplet: 85, 8D and DC. RGB value is (133,141,220). Sum of RGB (Red+Green+Blue) = 133+141+220=494 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.92% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #858DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858DDC is #7A7223. Grayscale: #939393. Windows color (decimal): -8024612 or 14454149. OLE color: 14454149.

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

Color convert

RGB 133 141 220 -
CMYK 0.40 0.36 0 0.14
HSL 234.48º 0.55% 0.69% -
HSV(B) 234.48º 0.4% 0.86% -
XYZ 32.12 29.2 71.65 -
YUV 147.61 168.85 117.58 -
System Red Green Blue C M Y K H S L
Decimal 133 141 220 0.40 0.36 0 0.14 234.48 0.55 0.69
Hex 85 8D DC 28 24 0 E EA 37 45
Octal 205 215 334 50 44 0 16 352 67 105
Binary 10000101 10001101 11011100 101000 100100 0 1110 11101010 110111 1000101

Color Harmonies of #858DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858DDC

Black with #858DDC

Text Example


Text Example

White with #858DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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