Html Css Color HEX #858FD6 Portage

📋 copy color: '#858FD6'

red 133 ◦ green 143 ◦ blue 214

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

Shades of Portage #858FD6

Tints of Portage #858FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 27.14%
G = 29.18%
B = 43.67%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#858FD6 (or 0x858FD6) is known color: Portage. HEX triplet: 85, 8F and D6. RGB value is (133,143,214). Sum of RGB (Red+Green+Blue) = 133+143+214=490 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.14% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #858FD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858FD6 is #7A7029. Grayscale: #939393. Windows color (decimal): -8024106 or 14061445. OLE color: 14061445.

HSL color Cylindrical-coordinate representation of color #858FD6: hue angle of 232.59º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #858FD6 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 143 214 -
CMYK 0.38 0.33 0 0.16
HSL 232.59º 0.5% 0.68% -
HSV(B) 232.59º 0.38% 0.84% -
XYZ 31.63 29.49 67.64 -
YUV 148.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 133 143 214 0.38 0.33 0 0.16 232.59 0.5 0.68
Hex 85 8F D6 26 21 0 10 E9 32 44
Octal 205 217 326 46 41 0 20 351 62 104
Binary 10000101 10001111 11010110 100110 100001 0 10000 11101001 110010 1000100

Color Harmonies of #858FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FD6

Black with #858FD6

Text Example


Text Example

White with #858FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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