Html Css Color HEX #96A0DA Portage

📋 copy color: '#96A0DA'

red 150 ◦ green 160 ◦ blue 218

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

Shades of Portage #96A0DA

Tints of Portage #96A0DA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

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

R = 28.41%
G = 30.3%
B = 41.29%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96A0DA (or 0x96A0DA) is known color: Portage. HEX triplet: 96, A0 and DA. RGB value is (150,160,218). Sum of RGB (Red+Green+Blue) = 150+160+218=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #96A0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0DA is #695F25. Grayscale: #A3A3A3. Windows color (decimal): -6905638 or 14327958. OLE color: 14327958.

HSL color Cylindrical-coordinate representation of color #96A0DA: hue angle of 231.18º 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 #96A0DA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 160 218 -
CMYK 0.31 0.27 0 0.15
HSL 231.18º 0.48% 0.72% -
HSV(B) 231.18º 0.31% 0.85% -
XYZ 37.8 36.69 71.42 -
YUV 163.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 150 160 218 0.31 0.27 0 0.15 231.18 0.48 0.72
Hex 96 A0 DA 1F 1B 0 F E7 30 48
Octal 226 240 332 37 33 0 17 347 60 110
Binary 10010110 10100000 11011010 11111 11011 0 1111 11100111 110000 1001000

Color Harmonies of #96A0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A0DA

Black with #96A0DA

Text Example


Text Example

White with #96A0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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