Html Css Color HEX #959ADB Portage

📋 copy color: '#959ADB'

red 149 ◦ green 154 ◦ blue 219

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

Shades of Portage #959ADB

Tints of Portage #959ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

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

R = 28.54%
G = 29.5%
B = 41.95%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#959ADB (or 0x959ADB) is known color: Portage. HEX triplet: 95, 9A and DB. RGB value is (149,154,219). Sum of RGB (Red+Green+Blue) = 149+154+219=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #959ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959ADB is #6A6524. Grayscale: #9F9F9F. Windows color (decimal): -6972709 or 14391957. OLE color: 14391957.

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

Color convert

RGB 149 154 219 -
CMYK 0.32 0.30 0 0.14
HSL 235.71º 0.49% 0.72% -
HSV(B) 235.71º 0.32% 0.86% -
XYZ 36.74 34.62 71.76 -
YUV 159.92 161.34 120.21 -
System Red Green Blue C M Y K H S L
Decimal 149 154 219 0.32 0.30 0 0.14 235.71 0.49 0.72
Hex 95 9A DB 20 1E 0 E EC 31 48
Octal 225 232 333 40 36 0 16 354 61 110
Binary 10010101 10011010 11011011 100000 11110 0 1110 11101100 110001 1001000

Color Harmonies of #959ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959ADB

Black with #959ADB

Text Example


Text Example

White with #959ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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