Html Css Color HEX #959ED8 Portage

📋 copy color: '#959ED8'

red 149 ◦ green 158 ◦ blue 216

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

Shades of Portage #959ED8

Tints of Portage #959ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.3%

R = 28.49%
G = 30.21%
B = 41.3%

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

#959ED8 (or 0x959ED8) is known color: Portage. HEX triplet: 95, 9E and D8. RGB value is (149,158,216). Sum of RGB (Red+Green+Blue) = 149+158+216=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #959ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ED8 is #6A6127. Grayscale: #A1A1A1. Windows color (decimal): -6971688 or 14196373. OLE color: 14196373.

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

Color convert

RGB 149 158 216 -
CMYK 0.31 0.27 0 0.15
HSL 231.94º 0.46% 0.72% -
HSV(B) 231.94º 0.31% 0.85% -
XYZ 37.02 35.8 69.93 -
YUV 161.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 149 158 216 0.31 0.27 0 0.15 231.94 0.46 0.72
Hex 95 9E D8 1F 1B 0 F E8 2E 48
Octal 225 236 330 37 33 0 17 350 56 110
Binary 10010101 10011110 11011000 11111 11011 0 1111 11101000 101110 1001000

Color Harmonies of #959ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ED8

Black with #959ED8

Text Example


Text Example

White with #959ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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