Html Css Color HEX #959ED1 Portage

📋 copy color: '#959ED1'

red 149 ◦ green 158 ◦ blue 209

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

Shades of Portage #959ED1

Tints of Portage #959ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.5%

R = 28.88%
G = 30.62%
B = 40.5%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#959ED1 (or 0x959ED1) is known color: Portage. HEX triplet: 95, 9E and D1. RGB value is (149,158,209). Sum of RGB (Red+Green+Blue) = 149+158+209=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #959ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ED1 is #6A612E. Grayscale: #A0A0A0. Windows color (decimal): -6971695 or 13737621. OLE color: 13737621.

HSL color Cylindrical-coordinate representation of color #959ED1: hue angle of 231º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #959ED1 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 158 209 -
CMYK 0.29 0.24 0 0.18
HSL 231º 0.39% 0.7% -
HSV(B) 231º 0.29% 0.82% -
XYZ 36.13 35.45 65.26 -
YUV 161.12 155.02 119.35 -
System Red Green Blue C M Y K H S L
Decimal 149 158 209 0.29 0.24 0 0.18 231 0.39 0.7
Hex 95 9E D1 1D 18 0 12 E7 27 46
Octal 225 236 321 35 30 0 22 347 47 106
Binary 10010101 10011110 11010001 11101 11000 0 10010 11100111 100111 1000110

Color Harmonies of #959ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ED1

Black with #959ED1

Text Example


Text Example

White with #959ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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