Html Css Color HEX #858FCA Portage

📋 copy color: '#858FCA'

red 133 ◦ green 143 ◦ blue 202

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

Shades of Portage #858FCA

Tints of Portage #858FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 27.82%
G = 29.92%
B = 42.26%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#858FCA (or 0x858FCA) is known color: Portage. HEX triplet: 85, 8F and CA. RGB value is (133,143,202). Sum of RGB (Red+Green+Blue) = 133+143+202=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #858FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FCA is #7A7035. Grayscale: #929292. Windows color (decimal): -8024118 or 13275013. OLE color: 13275013.

HSL color Cylindrical-coordinate representation of color #858FCA: hue angle of 231.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #858FCA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 143 202 -
CMYK 0.34 0.29 0 0.21
HSL 231.3º 0.39% 0.66% -
HSV(B) 231.3º 0.34% 0.79% -
XYZ 30.16 28.9 59.87 -
YUV 146.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 133 143 202 0.34 0.29 0 0.21 231.3 0.39 0.66
Hex 85 8F CA 22 1D 0 15 E7 27 42
Octal 205 217 312 42 35 0 25 347 47 102
Binary 10000101 10001111 11001010 100010 11101 0 10101 11100111 100111 1000010

Color Harmonies of #858FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FCA

Black with #858FCA

Text Example


Text Example

White with #858FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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