Html Css Color HEX #858CDF Portage

📋 copy color: '#858CDF'

red 133 ◦ green 140 ◦ blue 223

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

Shades of Portage #858CDF

Tints of Portage #858CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 26.81%
G = 28.23%
B = 44.96%

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

#858CDF (or 0x858CDF) is known color: Portage. HEX triplet: 85, 8C and DF. RGB value is (133,140,223). Sum of RGB (Red+Green+Blue) = 133+140+223=496 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.81% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #858CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CDF is #7A7320. Grayscale: #939393. Windows color (decimal): -8024865 or 14650501. OLE color: 14650501.

HSL color Cylindrical-coordinate representation of color #858CDF: hue angle of 235.33º degrees, saturation: 0.58, 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 #858CDF is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 140 223 -
CMYK 0.40 0.37 0 0.13
HSL 235.33º 0.58% 0.7% -
HSV(B) 235.33º 0.4% 0.87% -
XYZ 32.37 29.07 73.72 -
YUV 147.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 133 140 223 0.40 0.37 0 0.13 235.33 0.58 0.7
Hex 85 8C DF 28 25 0 D EB 3A 46
Octal 205 214 337 50 45 0 15 353 72 106
Binary 10000101 10001100 11011111 101000 100101 0 1101 11101011 111010 1000110

Color Harmonies of #858CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CDF

Black with #858CDF

Text Example


Text Example

White with #858CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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