Html Css Color HEX #959ED9 Portage

📋 copy color: '#959ED9'

red 149 ◦ green 158 ◦ blue 217

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

Shades of Portage #959ED9

Tints of Portage #959ED9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.15%

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

R = 28.44%
G = 30.15%
B = 41.41%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#959ED9 (or 0x959ED9) is known color: Portage. HEX triplet: 95, 9E and D9. RGB value is (149,158,217). Sum of RGB (Red+Green+Blue) = 149+158+217=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #959ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ED9 is #6A6126. Grayscale: #A1A1A1. Windows color (decimal): -6971687 or 14261909. OLE color: 14261909.

HSL color Cylindrical-coordinate representation of color #959ED9: hue angle of 232.06º 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 #959ED9 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 158 217 -
CMYK 0.31 0.27 0 0.15
HSL 232.06º 0.47% 0.72% -
HSV(B) 232.06º 0.31% 0.85% -
XYZ 37.15 35.85 70.61 -
YUV 162.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 149 158 217 0.31 0.27 0 0.15 232.06 0.47 0.72
Hex 95 9E D9 1F 1B 0 F E8 2F 48
Octal 225 236 331 37 33 0 17 350 57 110
Binary 10010101 10011110 11011001 11111 11011 0 1111 11101000 101111 1001000

Color Harmonies of #959ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ED9

Black with #959ED9

Text Example


Text Example

White with #959ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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