Html Css Color HEX #96A5DB Portage

📋 copy color: '#96A5DB'

red 150 ◦ green 165 ◦ blue 219

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

Shades of Portage #96A5DB

Tints of Portage #96A5DB

RGB

 RED value IS 150 (58.98% from 255) = 28.09%

 GREEN value IS 165 (64.84% from 255) = 30.9%

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

R = 28.09%
G = 30.9%
B = 41.01%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#96A5DB (or 0x96A5DB) is known color: Portage. HEX triplet: 96, A5 and DB. RGB value is (150,165,219). Sum of RGB (Red+Green+Blue) = 150+165+219=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #96A5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5DB is #695A24. Grayscale: #A6A6A6. Windows color (decimal): -6904357 or 14394774. OLE color: 14394774.

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

Color convert

RGB 150 165 219 -
CMYK 0.32 0.25 0 0.14
HSL 226.96º 0.49% 0.72% -
HSV(B) 226.96º 0.32% 0.86% -
XYZ 38.82 38.51 72.4 -
YUV 166.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 150 165 219 0.32 0.25 0 0.14 226.96 0.49 0.72
Hex 96 A5 DB 20 19 0 E E3 31 48
Octal 226 245 333 40 31 0 16 343 61 110
Binary 10010110 10100101 11011011 100000 11001 0 1110 11100011 110001 1001000

Color Harmonies of #96A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A5DB

Black with #96A5DB

Text Example


Text Example

White with #96A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A5DB; }

 p { color: rgb(150,165,219); }

 H1.HeaderClassName
 {
   color: #96A5DB;
 }
 .AnyTagClassName
 {
   color: #96A5DB;
 }
</style>

background-color css

<style>
 a { background-color: #96A5DB; }

 a { background-color: rgb(150,165,219); }

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

border-color css

<style>
 span { border-color: #96A5DB; }

 span { border-color: rgb(150,165,219); }

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