Html Css Color HEX #869ADD Portage

📋 copy color: '#869ADD'

red 134 ◦ green 154 ◦ blue 221

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

Shades of Portage #869ADD

Tints of Portage #869ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

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

R = 26.33%
G = 30.26%
B = 43.42%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#869ADD (or 0x869ADD) is known color: Portage. HEX triplet: 86, 9A and DD. RGB value is (134,154,221). Sum of RGB (Red+Green+Blue) = 134+154+221=509 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.33% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #869ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ADD is #796522. Grayscale: #9B9B9B. Windows color (decimal): -7955747 or 14523014. OLE color: 14523014.

HSL color Cylindrical-coordinate representation of color #869ADD: hue angle of 226.21º 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 #869ADD is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 154 221 -
CMYK 0.39 0.30 0 0.13
HSL 226.21º 0.56% 0.7% -
HSV(B) 226.21º 0.39% 0.87% -
XYZ 34.44 33.4 73.04 -
YUV 155.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 134 154 221 0.39 0.30 0 0.13 226.21 0.56 0.7
Hex 86 9A DD 27 1E 0 D E2 38 46
Octal 206 232 335 47 36 0 15 342 70 106
Binary 10000110 10011010 11011101 100111 11110 0 1101 11100010 111000 1000110

Color Harmonies of #869ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869ADD

Black with #869ADD

Text Example


Text Example

White with #869ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869ADD; }

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

 H1.HeaderClassName
 {
   color: #869ADD;
 }
 .AnyTagClassName
 {
   color: #869ADD;
 }
</style>

background-color css

<style>
 a { background-color: #869ADD; }

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

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

border-color css

<style>
 span { border-color: #869ADD; }

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

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