Html Css Color HEX #959ADE Portage

📋 copy color: '#959ADE'

red 149 ◦ green 154 ◦ blue 222

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

Shades of Portage #959ADE

Tints of Portage #959ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.29%

R = 28.38%
G = 29.33%
B = 42.29%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#959ADE (or 0x959ADE) is known color: Portage. HEX triplet: 95, 9A and DE. RGB value is (149,154,222). Sum of RGB (Red+Green+Blue) = 149+154+222=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #959ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ADE is #6A6521. Grayscale: #9F9F9F. Windows color (decimal): -6972706 or 14588565. OLE color: 14588565.

HSL color Cylindrical-coordinate representation of color #959ADE: hue angle of 235.89º degrees, saturation: 0.53, 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 #959ADE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 154 222 -
CMYK 0.33 0.31 0 0.13
HSL 235.89º 0.53% 0.73% -
HSV(B) 235.89º 0.33% 0.87% -
XYZ 37.13 34.77 73.86 -
YUV 160.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 149 154 222 0.33 0.31 0 0.13 235.89 0.53 0.73
Hex 95 9A DE 21 1F 0 D EC 35 49
Octal 225 232 336 41 37 0 15 354 65 111
Binary 10010101 10011010 11011110 100001 11111 0 1101 11101100 110101 1001001

Color Harmonies of #959ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ADE

Black with #959ADE

Text Example


Text Example

White with #959ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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