Html Css Color HEX #858CD0 Portage

📋 copy color: '#858CD0'

red 133 ◦ green 140 ◦ blue 208

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

Shades of Portage #858CD0

Tints of Portage #858CD0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.11%

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 27.65%
G = 29.11%
B = 43.24%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#858CD0 (or 0x858CD0) is known color: Portage. HEX triplet: 85, 8C and D0. RGB value is (133,140,208). Sum of RGB (Red+Green+Blue) = 133+140+208=481 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.65% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #858CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CD0 is #7A732F. Grayscale: #919191. Windows color (decimal): -8024880 or 13667461. OLE color: 13667461.

HSL color Cylindrical-coordinate representation of color #858CD0: hue angle of 234.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #858CD0 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 140 208 -
CMYK 0.36 0.33 0 0.18
HSL 234.4º 0.44% 0.67% -
HSV(B) 234.4º 0.36% 0.82% -
XYZ 30.44 28.3 63.53 -
YUV 145.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 133 140 208 0.36 0.33 0 0.18 234.4 0.44 0.67
Hex 85 8C D0 24 21 0 12 EA 2C 43
Octal 205 214 320 44 41 0 22 352 54 103
Binary 10000101 10001100 11010000 100100 100001 0 10010 11101010 101100 1000011

Color Harmonies of #858CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CD0

Black with #858CD0

Text Example


Text Example

White with #858CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,208); }

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

background-color css

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

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

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

border-color css

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

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

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