Html Css Color HEX #868ECB Portage

📋 copy color: '#868ECB'

red 134 ◦ green 142 ◦ blue 203

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

Shades of Portage #868ECB

Tints of Portage #868ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.65%

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

R = 27.97%
G = 29.65%
B = 42.38%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#868ECB (or 0x868ECB) is known color: Portage. HEX triplet: 86, 8E and CB. RGB value is (134,142,203). Sum of RGB (Red+Green+Blue) = 134+142+203=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #868ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ECB is #797134. Grayscale: #929292. Windows color (decimal): -7958837 or 13340294. OLE color: 13340294.

HSL color Cylindrical-coordinate representation of color #868ECB: hue angle of 233.04º 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 #868ECB is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 142 203 -
CMYK 0.34 0.30 0 0.20
HSL 233.04º 0.4% 0.66% -
HSV(B) 233.04º 0.34% 0.8% -
XYZ 30.28 28.73 60.45 -
YUV 146.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 134 142 203 0.34 0.30 0 0.20 233.04 0.4 0.66
Hex 86 8E CB 22 1E 0 14 E9 28 42
Octal 206 216 313 42 36 0 24 351 50 102
Binary 10000110 10001110 11001011 100010 11110 0 10100 11101001 101000 1000010

Color Harmonies of #868ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868ECB

Black with #868ECB

Text Example


Text Example

White with #868ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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