Html Css Color HEX #868ACB Portage

📋 copy color: '#868ACB'

red 134 ◦ green 138 ◦ blue 203

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

Shades of Portage #868ACB

Tints of Portage #868ACB

RGB

 RED value IS 134 (52.73% from 255) = 28.21%

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 28.21%
G = 29.05%
B = 42.74%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#868ACB (or 0x868ACB) is known color: Portage. HEX triplet: 86, 8A and CB. RGB value is (134,138,203). Sum of RGB (Red+Green+Blue) = 134+138+203=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #868ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ACB is #797534. Grayscale: #8F8F8F. Windows color (decimal): -7959861 or 13339270. OLE color: 13339270.

HSL color Cylindrical-coordinate representation of color #868ACB: hue angle of 236.52º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #868ACB is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 138 203 -
CMYK 0.34 0.32 0 0.20
HSL 236.52º 0.4% 0.66% -
HSV(B) 236.52º 0.34% 0.8% -
XYZ 29.7 27.56 60.25 -
YUV 144.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 134 138 203 0.34 0.32 0 0.20 236.52 0.4 0.66
Hex 86 8A CB 22 20 0 14 ED 28 42
Octal 206 212 313 42 40 0 24 355 50 102
Binary 10000110 10001010 11001011 100010 100000 0 10100 11101101 101000 1000010

Color Harmonies of #868ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868ACB

Black with #868ACB

Text Example


Text Example

White with #868ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868ACB; }

 p { color: rgb(134,138,203); }

 H1.HeaderClassName
 {
   color: #868ACB;
 }
 .AnyTagClassName
 {
   color: #868ACB;
 }
</style>

background-color css

<style>
 a { background-color: #868ACB; }

 a { background-color: rgb(134,138,203); }

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

border-color css

<style>
 span { border-color: #868ACB; }

 span { border-color: rgb(134,138,203); }

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