Html Css Color HEX #96A3DA Portage

📋 copy color: '#96A3DA'

red 150 ◦ green 163 ◦ blue 218

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

Shades of Portage #96A3DA

Tints of Portage #96A3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 28.25%
G = 30.7%
B = 41.05%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96A3DA (or 0x96A3DA) is known color: Portage. HEX triplet: 96, A3 and DA. RGB value is (150,163,218). Sum of RGB (Red+Green+Blue) = 150+163+218=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #96A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3DA is #695C25. Grayscale: #A5A5A5. Windows color (decimal): -6904870 or 14328726. OLE color: 14328726.

HSL color Cylindrical-coordinate representation of color #96A3DA: hue angle of 228.53º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96A3DA is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 163 218 -
CMYK 0.31 0.25 0 0.15
HSL 228.53º 0.48% 0.72% -
HSV(B) 228.53º 0.31% 0.85% -
XYZ 38.33 37.74 71.59 -
YUV 165.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 150 163 218 0.31 0.25 0 0.15 228.53 0.48 0.72
Hex 96 A3 DA 1F 19 0 F E5 30 48
Octal 226 243 332 37 31 0 17 345 60 110
Binary 10010110 10100011 11011010 11111 11001 0 1111 11100101 110000 1001000

Color Harmonies of #96A3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A3DA

Black with #96A3DA

Text Example


Text Example

White with #96A3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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