Html Css Color HEX #959CDC Portage

📋 copy color: '#959CDC'

red 149 ◦ green 156 ◦ blue 220

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

Shades of Portage #959CDC

Tints of Portage #959CDC

RGB

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

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

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

R = 28.38%
G = 29.71%
B = 41.9%

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

#959CDC (or 0x959CDC) is known color: Portage. HEX triplet: 95, 9C and DC. RGB value is (149,156,220). Sum of RGB (Red+Green+Blue) = 149+156+220=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #959CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CDC is #6A6323. Grayscale: #A0A0A0. Windows color (decimal): -6972196 or 14458005. OLE color: 14458005.

HSL color Cylindrical-coordinate representation of color #959CDC: hue angle of 234.08º 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 #959CDC is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 156 220 -
CMYK 0.32 0.29 0 0.14
HSL 234.08º 0.5% 0.72% -
HSV(B) 234.08º 0.32% 0.86% -
XYZ 37.2 35.33 72.57 -
YUV 161.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 149 156 220 0.32 0.29 0 0.14 234.08 0.5 0.72
Hex 95 9C DC 20 1D 0 E EA 32 48
Octal 225 234 334 40 35 0 16 352 62 110
Binary 10010101 10011100 11011100 100000 11101 0 1110 11101010 110010 1001000

Color Harmonies of #959CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CDC

Black with #959CDC

Text Example


Text Example

White with #959CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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