Html Css Color HEX #858BCE Portage

📋 copy color: '#858BCE'

red 133 ◦ green 139 ◦ blue 206

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

Shades of Portage #858BCE

Tints of Portage #858BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 27.82%
G = 29.08%
B = 43.1%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#858BCE (or 0x858BCE) is known color: Portage. HEX triplet: 85, 8B and CE. RGB value is (133,139,206). Sum of RGB (Red+Green+Blue) = 133+139+206=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #858BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BCE is #7A7431. Grayscale: #909090. Windows color (decimal): -8025138 or 13536133. OLE color: 13536133.

HSL color Cylindrical-coordinate representation of color #858BCE: hue angle of 235.07º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #858BCE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 139 206 -
CMYK 0.35 0.33 0 0.19
HSL 235.07º 0.43% 0.66% -
HSV(B) 235.07º 0.35% 0.81% -
XYZ 30.05 27.91 62.2 -
YUV 144.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 133 139 206 0.35 0.33 0 0.19 235.07 0.43 0.66
Hex 85 8B CE 23 21 0 13 EB 2B 42
Octal 205 213 316 43 41 0 23 353 53 102
Binary 10000101 10001011 11001110 100011 100001 0 10011 11101011 101011 1000010

Color Harmonies of #858BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BCE

Black with #858BCE

Text Example


Text Example

White with #858BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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