Html Css Color HEX #959DDB Portage

📋 copy color: '#959DDB'

red 149 ◦ green 157 ◦ blue 219

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

Shades of Portage #959DDB

Tints of Portage #959DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 28.38%
G = 29.9%
B = 41.71%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#959DDB (or 0x959DDB) is known color: Portage. HEX triplet: 95, 9D and DB. RGB value is (149,157,219). Sum of RGB (Red+Green+Blue) = 149+157+219=525 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.38% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #959DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DDB is #6A6224. Grayscale: #A1A1A1. Windows color (decimal): -6971941 or 14392725. OLE color: 14392725.

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

Color convert

RGB 149 157 219 -
CMYK 0.32 0.28 0 0.14
HSL 233.14º 0.49% 0.72% -
HSV(B) 233.14º 0.32% 0.86% -
XYZ 37.24 35.62 71.93 -
YUV 161.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 149 157 219 0.32 0.28 0 0.14 233.14 0.49 0.72
Hex 95 9D DB 20 1C 0 E E9 31 48
Octal 225 235 333 40 34 0 16 351 61 110
Binary 10010101 10011101 11011011 100000 11100 0 1110 11101001 110001 1001000

Color Harmonies of #959DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DDB

Black with #959DDB

Text Example


Text Example

White with #959DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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