Html Css Color HEX #9095DD Portage

📋 copy color: '#9095DD'

red 144 ◦ green 149 ◦ blue 221

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

Shades of Portage #9095DD

Tints of Portage #9095DD

RGB

 RED value IS 144 (56.64% from 255) = 28.02%

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

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

R = 28.02%
G = 28.99%
B = 43%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9095DD (or 0x9095DD) is known color: Portage. HEX triplet: 90, 95 and DD. RGB value is (144,149,221). Sum of RGB (Red+Green+Blue) = 144+149+221=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9095DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9095DD is #6F6A22. Grayscale: #9B9B9B. Windows color (decimal): -7301667 or 14521744. OLE color: 14521744.

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

Color convert

RGB 144 149 221 -
CMYK 0.35 0.33 0 0.13
HSL 236.1º 0.53% 0.72% -
HSV(B) 236.1º 0.35% 0.87% -
XYZ 35.3 32.64 72.85 -
YUV 155.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 144 149 221 0.35 0.33 0 0.13 236.1 0.53 0.72
Hex 90 95 DD 23 21 0 D EC 35 48
Octal 220 225 335 43 41 0 15 354 65 110
Binary 10010000 10010101 11011101 100011 100001 0 1101 11101100 110101 1001000

Color Harmonies of #9095DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9095DD

Black with #9095DD

Text Example


Text Example

White with #9095DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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