Html Css Color HEX #858CCB Portage

📋 copy color: '#858CCB'

red 133 ◦ green 140 ◦ blue 203

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

Shades of Portage #858CCB

Tints of Portage #858CCB

RGB

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

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

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

R = 27.94%
G = 29.41%
B = 42.65%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#858CCB (or 0x858CCB) is known color: Portage. HEX triplet: 85, 8C and CB. RGB value is (133,140,203). Sum of RGB (Red+Green+Blue) = 133+140+203=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #858CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CCB is #7A7334. Grayscale: #909090. Windows color (decimal): -8024885 or 13339781. OLE color: 13339781.

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

Color convert

RGB 133 140 203 -
CMYK 0.34 0.31 0 0.20
HSL 234º 0.4% 0.66% -
HSV(B) 234º 0.34% 0.8% -
XYZ 29.83 28.05 60.34 -
YUV 145.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 133 140 203 0.34 0.31 0 0.20 234 0.4 0.66
Hex 85 8C CB 22 1F 0 14 EA 28 42
Octal 205 214 313 42 37 0 24 352 50 102
Binary 10000101 10001100 11001011 100010 11111 0 10100 11101010 101000 1000010

Color Harmonies of #858CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CCB

Black with #858CCB

Text Example


Text Example

White with #858CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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