Html Css Color HEX #858CD1 Portage

📋 copy color: '#858CD1'

red 133 ◦ green 140 ◦ blue 209

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

Shades of Portage #858CD1

Tints of Portage #858CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.36%

R = 27.59%
G = 29.05%
B = 43.36%

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

#858CD1 (or 0x858CD1) is known color: Portage. HEX triplet: 85, 8C and D1. RGB value is (133,140,209). Sum of RGB (Red+Green+Blue) = 133+140+209=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #858CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CD1 is #7A732E. Grayscale: #919191. Windows color (decimal): -8024879 or 13732997. OLE color: 13732997.

HSL color Cylindrical-coordinate representation of color #858CD1: hue angle of 234.47º degrees, saturation: 0.45, 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 #858CD1 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 140 209 -
CMYK 0.36 0.33 0 0.18
HSL 234.47º 0.45% 0.67% -
HSV(B) 234.47º 0.36% 0.82% -
XYZ 30.56 28.35 64.18 -
YUV 145.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 133 140 209 0.36 0.33 0 0.18 234.47 0.45 0.67
Hex 85 8C D1 24 21 0 12 EA 2D 43
Octal 205 214 321 44 41 0 22 352 55 103
Binary 10000101 10001100 11010001 100100 100001 0 10010 11101010 101101 1000011

Color Harmonies of #858CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CD1

Black with #858CD1

Text Example


Text Example

White with #858CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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