Html Css Color HEX #858FCE Portage

📋 copy color: '#858FCE'

red 133 ◦ green 143 ◦ blue 206

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

Shades of Portage #858FCE

Tints of Portage #858FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

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

R = 27.59%
G = 29.67%
B = 42.74%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#858FCE (or 0x858FCE) is known color: Portage. HEX triplet: 85, 8F and CE. RGB value is (133,143,206). Sum of RGB (Red+Green+Blue) = 133+143+206=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #858FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FCE is #7A7031. Grayscale: #929292. Windows color (decimal): -8024114 or 13537157. OLE color: 13537157.

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

Color convert

RGB 133 143 206 -
CMYK 0.35 0.31 0 0.19
HSL 231.78º 0.43% 0.66% -
HSV(B) 231.78º 0.35% 0.81% -
XYZ 30.64 29.09 62.39 -
YUV 147.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 133 143 206 0.35 0.31 0 0.19 231.78 0.43 0.66
Hex 85 8F CE 23 1F 0 13 E8 2B 42
Octal 205 217 316 43 37 0 23 350 53 102
Binary 10000101 10001111 11001110 100011 11111 0 10011 11101000 101011 1000010

Color Harmonies of #858FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FCE

Black with #858FCE

Text Example


Text Example

White with #858FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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