Html Css Color HEX #9495DD Portage

📋 copy color: '#9495DD'

red 148 ◦ green 149 ◦ blue 221

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

Shades of Portage #9495DD

Tints of Portage #9495DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 28.57%
G = 28.76%
B = 42.66%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9495DD (or 0x9495DD) is known color: Portage. HEX triplet: 94, 95 and DD. RGB value is (148,149,221). Sum of RGB (Red+Green+Blue) = 148+149+221=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9495DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495DD is #6B6A22. Grayscale: #9C9C9C. Windows color (decimal): -7039523 or 14521748. OLE color: 14521748.

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

Color convert

RGB 148 149 221 -
CMYK 0.33 0.33 0 0.13
HSL 239.18º 0.52% 0.72% -
HSV(B) 239.18º 0.33% 0.87% -
XYZ 36.01 33.01 72.88 -
YUV 156.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 148 149 221 0.33 0.33 0 0.13 239.18 0.52 0.72
Hex 94 95 DD 21 21 0 D EF 34 48
Octal 224 225 335 41 41 0 15 357 64 110
Binary 10010100 10010101 11011101 100001 100001 0 1101 11101111 110100 1001000

Color Harmonies of #9495DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9495DD

Black with #9495DD

Text Example


Text Example

White with #9495DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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