Html Css Color HEX #868ADA Portage

📋 copy color: '#868ADA'

red 134 ◦ green 138 ◦ blue 218

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

Shades of Portage #868ADA

Tints of Portage #868ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 27.35%
G = 28.16%
B = 44.49%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#868ADA (or 0x868ADA) is known color: Portage. HEX triplet: 86, 8A and DA. RGB value is (134,138,218). Sum of RGB (Red+Green+Blue) = 134+138+218=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #868ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #868ADA is #797525. Grayscale: #919191. Windows color (decimal): -7959846 or 14322310. OLE color: 14322310.

HSL color Cylindrical-coordinate representation of color #868ADA: hue angle of 237.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868ADA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 138 218 -
CMYK 0.39 0.37 0 0.15
HSL 237.14º 0.53% 0.69% -
HSV(B) 237.14º 0.39% 0.85% -
XYZ 31.57 28.31 70.13 -
YUV 145.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 134 138 218 0.39 0.37 0 0.15 237.14 0.53 0.69
Hex 86 8A DA 27 25 0 F ED 35 45
Octal 206 212 332 47 45 0 17 355 65 105
Binary 10000110 10001010 11011010 100111 100101 0 1111 11101101 110101 1000101

Color Harmonies of #868ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868ADA

Black with #868ADA

Text Example


Text Example

White with #868ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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