Html Css Color HEX #959ADD Portage

📋 copy color: '#959ADD'

red 149 ◦ green 154 ◦ blue 221

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

Shades of Portage #959ADD

Tints of Portage #959ADD

RGB

 RED value IS 149 (58.59% from 255) = 28.44%

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

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

R = 28.44%
G = 29.39%
B = 42.18%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#959ADD (or 0x959ADD) is known color: Portage. HEX triplet: 95, 9A and DD. RGB value is (149,154,221). Sum of RGB (Red+Green+Blue) = 149+154+221=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #959ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ADD is #6A6522. Grayscale: #9F9F9F. Windows color (decimal): -6972707 or 14523029. OLE color: 14523029.

HSL color Cylindrical-coordinate representation of color #959ADD: hue angle of 235.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959ADD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 154 221 -
CMYK 0.33 0.30 0 0.13
HSL 235.83º 0.51% 0.73% -
HSV(B) 235.83º 0.33% 0.87% -
XYZ 37 34.72 73.16 -
YUV 160.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 149 154 221 0.33 0.30 0 0.13 235.83 0.51 0.73
Hex 95 9A DD 21 1E 0 D EC 33 49
Octal 225 232 335 41 36 0 15 354 63 111
Binary 10010101 10011010 11011101 100001 11110 0 1101 11101100 110011 1001001

Color Harmonies of #959ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ADD

Black with #959ADD

Text Example


Text Example

White with #959ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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