Html Css Color HEX #96A3DF Portage

📋 copy color: '#96A3DF'

red 150 ◦ green 163 ◦ blue 223

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

Shades of Portage #96A3DF

Tints of Portage #96A3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.41%

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 27.99%
G = 30.41%
B = 41.6%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96A3DF (or 0x96A3DF) is known color: Portage. HEX triplet: 96, A3 and DF. RGB value is (150,163,223). Sum of RGB (Red+Green+Blue) = 150+163+223=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #96A3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3DF is #695C20. Grayscale: #A5A5A5. Windows color (decimal): -6904865 or 14656406. OLE color: 14656406.

HSL color Cylindrical-coordinate representation of color #96A3DF: hue angle of 229.32º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96A3DF is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 163 223 -
CMYK 0.33 0.27 0 0.13
HSL 229.32º 0.53% 0.73% -
HSV(B) 229.32º 0.33% 0.87% -
XYZ 38.99 38.01 75.09 -
YUV 165.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 150 163 223 0.33 0.27 0 0.13 229.32 0.53 0.73
Hex 96 A3 DF 21 1B 0 D E5 35 49
Octal 226 243 337 41 33 0 15 345 65 111
Binary 10010110 10100011 11011111 100001 11011 0 1101 11100101 110101 1001001

Color Harmonies of #96A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A3DF

Black with #96A3DF

Text Example


Text Example

White with #96A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,163,223); }

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

background-color css

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

 a { background-color: rgb(150,163,223); }

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

border-color css

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

 span { border-color: rgb(150,163,223); }

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