Html Css Color HEX #959ED0 Portage

📋 copy color: '#959ED0'

red 149 ◦ green 158 ◦ blue 208

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

Shades of Portage #959ED0

Tints of Portage #959ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 28.93%
G = 30.68%
B = 40.39%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#959ED0 (or 0x959ED0) is known color: Portage. HEX triplet: 95, 9E and D0. RGB value is (149,158,208). Sum of RGB (Red+Green+Blue) = 149+158+208=515 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.93% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #959ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ED0 is #6A612F. Grayscale: #A0A0A0. Windows color (decimal): -6971696 or 13672085. OLE color: 13672085.

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

Color convert

RGB 149 158 208 -
CMYK 0.28 0.24 0 0.18
HSL 230.85º 0.39% 0.7% -
HSV(B) 230.85º 0.28% 0.82% -
XYZ 36.01 35.4 64.61 -
YUV 161.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 149 158 208 0.28 0.24 0 0.18 230.85 0.39 0.7
Hex 95 9E D0 1C 18 0 12 E7 27 46
Octal 225 236 320 34 30 0 22 347 47 106
Binary 10010101 10011110 11010000 11100 11000 0 10010 11100111 100111 1000110

Color Harmonies of #959ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ED0

Black with #959ED0

Text Example


Text Example

White with #959ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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