Html Css Color HEX #959CD5 Portage

📋 copy color: '#959CD5'

red 149 ◦ green 156 ◦ blue 213

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

Shades of Portage #959CD5

Tints of Portage #959CD5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.12%

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 28.76%
G = 30.12%
B = 41.12%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#959CD5 (or 0x959CD5) is known color: Portage. HEX triplet: 95, 9C and D5. RGB value is (149,156,213). Sum of RGB (Red+Green+Blue) = 149+156+213=518 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.76% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #959CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CD5 is #6A632A. Grayscale: #A0A0A0. Windows color (decimal): -6972203 or 13999253. OLE color: 13999253.

HSL color Cylindrical-coordinate representation of color #959CD5: hue angle of 233.44º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959CD5 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 156 213 -
CMYK 0.30 0.27 0 0.16
HSL 233.44º 0.43% 0.71% -
HSV(B) 233.44º 0.3% 0.84% -
XYZ 36.29 34.97 67.79 -
YUV 160.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 149 156 213 0.30 0.27 0 0.16 233.44 0.43 0.71
Hex 95 9C D5 1E 1B 0 10 E9 2B 47
Octal 225 234 325 36 33 0 20 351 53 107
Binary 10010101 10011100 11010101 11110 11011 0 10000 11101001 101011 1000111

Color Harmonies of #959CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CD5

Black with #959CD5

Text Example


Text Example

White with #959CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,156,213); }

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

background-color css

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

 a { background-color: rgb(149,156,213); }

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

border-color css

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

 span { border-color: rgb(149,156,213); }

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