Html Css Color HEX #868CDD Portage

📋 copy color: '#868CDD'

red 134 ◦ green 140 ◦ blue 221

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

Shades of Portage #868CDD

Tints of Portage #868CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.28%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 27.07%
G = 28.28%
B = 44.65%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#868CDD (or 0x868CDD) is known color: Portage. HEX triplet: 86, 8C and DD. RGB value is (134,140,221). Sum of RGB (Red+Green+Blue) = 134+140+221=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #868CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868CDD is #797322. Grayscale: #939393. Windows color (decimal): -7959331 or 14519430. OLE color: 14519430.

HSL color Cylindrical-coordinate representation of color #868CDD: hue angle of 235.86º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868CDD is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 140 221 -
CMYK 0.39 0.37 0 0.13
HSL 235.86º 0.56% 0.7% -
HSV(B) 235.86º 0.39% 0.87% -
XYZ 32.26 29.04 72.31 -
YUV 147.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 134 140 221 0.39 0.37 0 0.13 235.86 0.56 0.7
Hex 86 8C DD 27 25 0 D EC 38 46
Octal 206 214 335 47 45 0 15 354 70 106
Binary 10000110 10001100 11011101 100111 100101 0 1101 11101100 111000 1000110

Color Harmonies of #868CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868CDD

Black with #868CDD

Text Example


Text Example

White with #868CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,140,221); }

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

background-color css

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

 a { background-color: rgb(134,140,221); }

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

border-color css

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

 span { border-color: rgb(134,140,221); }

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