Html Css Color HEX #858CDE Portage

📋 copy color: '#858CDE'

red 133 ◦ green 140 ◦ blue 222

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

Shades of Portage #858CDE

Tints of Portage #858CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 26.87%
G = 28.28%
B = 44.85%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#858CDE (or 0x858CDE) is known color: Portage. HEX triplet: 85, 8C and DE. RGB value is (133,140,222). Sum of RGB (Red+Green+Blue) = 133+140+222=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #858CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CDE is #7A7321. Grayscale: #929292. Windows color (decimal): -8024866 or 14584965. OLE color: 14584965.

HSL color Cylindrical-coordinate representation of color #858CDE: hue angle of 235.28º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #858CDE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 140 222 -
CMYK 0.40 0.37 0 0.13
HSL 235.28º 0.57% 0.7% -
HSV(B) 235.28º 0.4% 0.87% -
XYZ 32.24 29.02 73.01 -
YUV 147.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 133 140 222 0.40 0.37 0 0.13 235.28 0.57 0.7
Hex 85 8C DE 28 25 0 D EB 39 46
Octal 205 214 336 50 45 0 15 353 71 106
Binary 10000101 10001100 11011110 101000 100101 0 1101 11101011 111001 1000110

Color Harmonies of #858CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CDE

Black with #858CDE

Text Example


Text Example

White with #858CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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