Html Css Color HEX #959FDE Portage

📋 copy color: '#959FDE'

red 149 ◦ green 159 ◦ blue 222

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

Shades of Portage #959FDE

Tints of Portage #959FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30%

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 28.11%
G = 30%
B = 41.89%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#959FDE (or 0x959FDE) is known color: Portage. HEX triplet: 95, 9F and DE. RGB value is (149,159,222). Sum of RGB (Red+Green+Blue) = 149+159+222=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #959FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FDE is #6A6021. Grayscale: #A2A2A2. Windows color (decimal): -6971426 or 14589845. OLE color: 14589845.

HSL color Cylindrical-coordinate representation of color #959FDE: hue angle of 231.78º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #959FDE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 159 222 -
CMYK 0.33 0.28 0 0.13
HSL 231.78º 0.53% 0.73% -
HSV(B) 231.78º 0.33% 0.87% -
XYZ 37.98 36.46 74.14 -
YUV 163.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 149 159 222 0.33 0.28 0 0.13 231.78 0.53 0.73
Hex 95 9F DE 21 1C 0 D E8 35 49
Octal 225 237 336 41 34 0 15 350 65 111
Binary 10010101 10011111 11011110 100001 11100 0 1101 11101000 110101 1001001

Color Harmonies of #959FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FDE

Black with #959FDE

Text Example


Text Example

White with #959FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,159,222); }

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

background-color css

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

 a { background-color: rgb(149,159,222); }

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

border-color css

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

 span { border-color: rgb(149,159,222); }

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