Html Css Color HEX #868FCD Portage

📋 copy color: '#868FCD'

red 134 ◦ green 143 ◦ blue 205

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

Shades of Portage #868FCD

Tints of Portage #868FCD

RGB

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

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

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

R = 27.8%
G = 29.67%
B = 42.53%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#868FCD (or 0x868FCD) is known color: Portage. HEX triplet: 86, 8F and CD. RGB value is (134,143,205). Sum of RGB (Red+Green+Blue) = 134+143+205=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #868FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868FCD is #797032. Grayscale: #939393. Windows color (decimal): -7958579 or 13471622. OLE color: 13471622.

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

Color convert

RGB 134 143 205 -
CMYK 0.35 0.30 0 0.20
HSL 232.39º 0.42% 0.66% -
HSV(B) 232.39º 0.35% 0.8% -
XYZ 30.67 29.12 61.76 -
YUV 147.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 134 143 205 0.35 0.30 0 0.20 232.39 0.42 0.66
Hex 86 8F CD 23 1E 0 14 E8 2A 42
Octal 206 217 315 43 36 0 24 350 52 102
Binary 10000110 10001111 11001101 100011 11110 0 10100 11101000 101010 1000010

Color Harmonies of #868FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868FCD

Black with #868FCD

Text Example


Text Example

White with #868FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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