Html Css Color HEX #858CD5 Portage

📋 copy color: '#858CD5'

red 133 ◦ green 140 ◦ blue 213

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

Shades of Portage #858CD5

Tints of Portage #858CD5

RGB

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

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

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

R = 27.37%
G = 28.81%
B = 43.83%

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

#858CD5 (or 0x858CD5) is known color: Portage. HEX triplet: 85, 8C and D5. RGB value is (133,140,213). Sum of RGB (Red+Green+Blue) = 133+140+213=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #858CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CD5 is #7A732A. Grayscale: #919191. Windows color (decimal): -8024875 or 13995141. OLE color: 13995141.

HSL color Cylindrical-coordinate representation of color #858CD5: hue angle of 234.75º 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 #858CD5 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 140 213 -
CMYK 0.38 0.34 0 0.16
HSL 234.75º 0.49% 0.68% -
HSV(B) 234.75º 0.38% 0.84% -
XYZ 31.06 28.55 66.82 -
YUV 146.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 133 140 213 0.38 0.34 0 0.16 234.75 0.49 0.68
Hex 85 8C D5 26 22 0 10 EB 31 44
Octal 205 214 325 46 42 0 20 353 61 104
Binary 10000101 10001100 11010101 100110 100010 0 10000 11101011 110001 1000100

Color Harmonies of #858CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CD5

Black with #858CD5

Text Example


Text Example

White with #858CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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