Html Css Color HEX #959DDC Portage

📋 copy color: '#959DDC'

red 149 ◦ green 157 ◦ blue 220

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

Shades of Portage #959DDC

Tints of Portage #959DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 28.33%
G = 29.85%
B = 41.83%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#959DDC (or 0x959DDC) is known color: Portage. HEX triplet: 95, 9D and DC. RGB value is (149,157,220). Sum of RGB (Red+Green+Blue) = 149+157+220=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #959DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DDC is #6A6223. Grayscale: #A1A1A1. Windows color (decimal): -6971940 or 14458261. OLE color: 14458261.

HSL color Cylindrical-coordinate representation of color #959DDC: hue angle of 233.24º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959DDC is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 157 220 -
CMYK 0.32 0.29 0 0.14
HSL 233.24º 0.5% 0.72% -
HSV(B) 233.24º 0.32% 0.86% -
XYZ 37.37 35.67 72.63 -
YUV 161.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 149 157 220 0.32 0.29 0 0.14 233.24 0.5 0.72
Hex 95 9D DC 20 1D 0 E E9 32 48
Octal 225 235 334 40 35 0 16 351 62 110
Binary 10010101 10011101 11011100 100000 11101 0 1110 11101001 110010 1001000

Color Harmonies of #959DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DDC

Black with #959DDC

Text Example


Text Example

White with #959DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,220); }

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

background-color css

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

 a { background-color: rgb(149,157,220); }

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

border-color css

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

 span { border-color: rgb(149,157,220); }

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