Html Css Color HEX #96A0EE Portage

📋 copy color: '#96A0EE'

red 150 ◦ green 160 ◦ blue 238

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

Shades of Portage #96A0EE

Tints of Portage #96A0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 27.37%
G = 29.2%
B = 43.43%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96A0EE (or 0x96A0EE) is known color: Portage. HEX triplet: 96, A0 and EE. RGB value is (150,160,238). Sum of RGB (Red+Green+Blue) = 150+160+238=548 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.37% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #96A0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #96A0EE is #695F11. Grayscale: #A5A5A5. Windows color (decimal): -6905618 or 15638678. OLE color: 15638678.

HSL color Cylindrical-coordinate representation of color #96A0EE: hue angle of 233.18º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96A0EE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 160 238 -
CMYK 0.37 0.33 0 0.07
HSL 233.18º 0.72% 0.76% -
HSV(B) 233.18º 0.37% 0.93% -
XYZ 40.58 37.8 86.05 -
YUV 165.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 150 160 238 0.37 0.33 0 0.07 233.18 0.72 0.76
Hex 96 A0 EE 25 21 0 7 E9 48 4C
Octal 226 240 356 45 41 0 7 351 110 114
Binary 10010110 10100000 11101110 100101 100001 0 111 11101001 1001000 1001100

Color Harmonies of #96A0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A0EE

Black with #96A0EE

Text Example


Text Example

White with #96A0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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