Html Css Color HEX #868ACD Portage

📋 copy color: '#868ACD'

red 134 ◦ green 138 ◦ blue 205

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

Shades of Portage #868ACD

Tints of Portage #868ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.98%

R = 28.09%
G = 28.93%
B = 42.98%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#868ACD (or 0x868ACD) is known color: Portage. HEX triplet: 86, 8A and CD. RGB value is (134,138,205). Sum of RGB (Red+Green+Blue) = 134+138+205=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #868ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ACD is #797532. Grayscale: #909090. Windows color (decimal): -7959859 or 13470342. OLE color: 13470342.

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

Color convert

RGB 134 138 205 -
CMYK 0.35 0.33 0 0.20
HSL 236.62º 0.42% 0.66% -
HSV(B) 236.62º 0.35% 0.8% -
XYZ 29.94 27.65 61.52 -
YUV 144.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 134 138 205 0.35 0.33 0 0.20 236.62 0.42 0.66
Hex 86 8A CD 23 21 0 14 ED 2A 42
Octal 206 212 315 43 41 0 24 355 52 102
Binary 10000110 10001010 11001101 100011 100001 0 10100 11101101 101010 1000010

Color Harmonies of #868ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868ACD

Black with #868ACD

Text Example


Text Example

White with #868ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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