Html Css Color HEX #858ACF Portage

📋 copy color: '#858ACF'

red 133 ◦ green 138 ◦ blue 207

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

Shades of Portage #858ACF

Tints of Portage #858ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.87%

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 27.82%
G = 28.87%
B = 43.31%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#858ACF (or 0x858ACF) is known color: Portage. HEX triplet: 85, 8A and CF. RGB value is (133,138,207). Sum of RGB (Red+Green+Blue) = 133+138+207=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #858ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ACF is #7A7530. Grayscale: #909090. Windows color (decimal): -8025393 or 13601413. OLE color: 13601413.

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

Color convert

RGB 133 138 207 -
CMYK 0.36 0.33 0 0.19
HSL 235.95º 0.44% 0.67% -
HSV(B) 235.95º 0.36% 0.81% -
XYZ 30.02 27.67 62.79 -
YUV 144.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 133 138 207 0.36 0.33 0 0.19 235.95 0.44 0.67
Hex 85 8A CF 24 21 0 13 EC 2C 43
Octal 205 212 317 44 41 0 23 354 54 103
Binary 10000101 10001010 11001111 100100 100001 0 10011 11101100 101100 1000011

Color Harmonies of #858ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ACF

Black with #858ACF

Text Example


Text Example

White with #858ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,138,207); }

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

background-color css

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

 a { background-color: rgb(133,138,207); }

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

border-color css

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

 span { border-color: rgb(133,138,207); }

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