Html Css Color HEX #959FCD Portage

📋 copy color: '#959FCD'

red 149 ◦ green 159 ◦ blue 205

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

Shades of Portage #959FCD

Tints of Portage #959FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 29.04%
G = 30.99%
B = 39.96%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#959FCD (or 0x959FCD) is known color: Portage. HEX triplet: 95, 9F and CD. RGB value is (149,159,205). Sum of RGB (Red+Green+Blue) = 149+159+205=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #959FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FCD is #6A6032. Grayscale: #A1A1A1. Windows color (decimal): -6971443 or 13475733. OLE color: 13475733.

HSL color Cylindrical-coordinate representation of color #959FCD: hue angle of 229.29º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959FCD is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 159 205 -
CMYK 0.27 0.22 0 0.20
HSL 229.29º 0.36% 0.69% -
HSV(B) 229.29º 0.27% 0.8% -
XYZ 35.81 35.59 62.74 -
YUV 161.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 149 159 205 0.27 0.22 0 0.20 229.29 0.36 0.69
Hex 95 9F CD 1B 16 0 14 E5 24 45
Octal 225 237 315 33 26 0 24 345 44 105
Binary 10010101 10011111 11001101 11011 10110 0 10100 11100101 100100 1000101

Color Harmonies of #959FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FCD

Black with #959FCD

Text Example


Text Example

White with #959FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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