Html Css Color HEX #959AD9 Portage

📋 copy color: '#959AD9'

red 149 ◦ green 154 ◦ blue 217

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

Shades of Portage #959AD9

Tints of Portage #959AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.73%

R = 28.65%
G = 29.62%
B = 41.73%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#959AD9 (or 0x959AD9) is known color: Portage. HEX triplet: 95, 9A and D9. RGB value is (149,154,217). Sum of RGB (Red+Green+Blue) = 149+154+217=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #959AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AD9 is #6A6526. Grayscale: #9F9F9F. Windows color (decimal): -6972711 or 14260885. OLE color: 14260885.

HSL color Cylindrical-coordinate representation of color #959AD9: hue angle of 235.59º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #959AD9 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 154 217 -
CMYK 0.31 0.29 0 0.15
HSL 235.59º 0.47% 0.72% -
HSV(B) 235.59º 0.31% 0.85% -
XYZ 36.47 34.51 70.38 -
YUV 159.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 149 154 217 0.31 0.29 0 0.15 235.59 0.47 0.72
Hex 95 9A D9 1F 1D 0 F EC 2F 48
Octal 225 232 331 37 35 0 17 354 57 110
Binary 10010101 10011010 11011001 11111 11101 0 1111 11101100 101111 1001000

Color Harmonies of #959AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AD9

Black with #959AD9

Text Example


Text Example

White with #959AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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