Html Css Color HEX #858BCB Portage

📋 copy color: '#858BCB'

red 133 ◦ green 139 ◦ blue 203

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

Shades of Portage #858BCB

Tints of Portage #858BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.26%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 28%
G = 29.26%
B = 42.74%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#858BCB (or 0x858BCB) is known color: Portage. HEX triplet: 85, 8B and CB. RGB value is (133,139,203). Sum of RGB (Red+Green+Blue) = 133+139+203=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #858BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BCB is #7A7434. Grayscale: #909090. Windows color (decimal): -8025141 or 13339525. OLE color: 13339525.

HSL color Cylindrical-coordinate representation of color #858BCB: hue angle of 234.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858BCB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 139 203 -
CMYK 0.34 0.32 0 0.20
HSL 234.86º 0.4% 0.66% -
HSV(B) 234.86º 0.34% 0.8% -
XYZ 29.68 27.76 60.29 -
YUV 144.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 133 139 203 0.34 0.32 0 0.20 234.86 0.4 0.66
Hex 85 8B CB 22 20 0 14 EB 28 42
Octal 205 213 313 42 40 0 24 353 50 102
Binary 10000101 10001011 11001011 100010 100000 0 10100 11101011 101000 1000010

Color Harmonies of #858BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BCB

Black with #858BCB

Text Example


Text Example

White with #858BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,139,203); }

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

background-color css

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

 a { background-color: rgb(133,139,203); }

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

border-color css

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

 span { border-color: rgb(133,139,203); }

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