Html Css Color HEX #9495DF Portage

📋 copy color: '#9495DF'

red 148 ◦ green 149 ◦ blue 223

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

Shades of Portage #9495DF

Tints of Portage #9495DF

RGB

 RED value IS 148 (58.2% from 255) = 28.46%

 GREEN value IS 149 (58.59% from 255) = 28.65%

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

R = 28.46%
G = 28.65%
B = 42.88%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9495DF (or 0x9495DF) is known color: Portage. HEX triplet: 94, 95 and DF. RGB value is (148,149,223). Sum of RGB (Red+Green+Blue) = 148+149+223=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9495DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495DF is #6B6A20. Grayscale: #9C9C9C. Windows color (decimal): -7039521 or 14652820. OLE color: 14652820.

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

Color convert

RGB 148 149 223 -
CMYK 0.34 0.33 0 0.13
HSL 239.2º 0.54% 0.73% -
HSV(B) 239.2º 0.34% 0.87% -
XYZ 36.28 33.12 74.29 -
YUV 157.14 165.17 121.48 -
System Red Green Blue C M Y K H S L
Decimal 148 149 223 0.34 0.33 0 0.13 239.2 0.54 0.73
Hex 94 95 DF 22 21 0 D EF 36 49
Octal 224 225 337 42 41 0 15 357 66 111
Binary 10010100 10010101 11011111 100010 100001 0 1101 11101111 110110 1001001

Color Harmonies of #9495DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9495DF

Black with #9495DF

Text Example


Text Example

White with #9495DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9495DF; }

 p { color: rgb(148,149,223); }

 H1.HeaderClassName
 {
   color: #9495DF;
 }
 .AnyTagClassName
 {
   color: #9495DF;
 }
</style>

background-color css

<style>
 a { background-color: #9495DF; }

 a { background-color: rgb(148,149,223); }

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

border-color css

<style>
 span { border-color: #9495DF; }

 span { border-color: rgb(148,149,223); }

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