Html Css Color HEX #9094DD Portage

📋 copy color: '#9094DD'

red 144 ◦ green 148 ◦ blue 221

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

Shades of Portage #9094DD

Tints of Portage #9094DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.85%

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

R = 28.07%
G = 28.85%
B = 43.08%

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

#9094DD (or 0x9094DD) is known color: Portage. HEX triplet: 90, 94 and DD. RGB value is (144,148,221). Sum of RGB (Red+Green+Blue) = 144+148+221=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #9094DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9094DD is #6F6B22. Grayscale: #9A9A9A. Windows color (decimal): -7301923 or 14521488. OLE color: 14521488.

HSL color Cylindrical-coordinate representation of color #9094DD: hue angle of 236.88º 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 #9094DD is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 148 221 -
CMYK 0.35 0.33 0 0.13
HSL 236.88º 0.53% 0.72% -
HSV(B) 236.88º 0.35% 0.87% -
XYZ 35.14 32.33 72.79 -
YUV 155.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 144 148 221 0.35 0.33 0 0.13 236.88 0.53 0.72
Hex 90 94 DD 23 21 0 D ED 35 48
Octal 220 224 335 43 41 0 15 355 65 110
Binary 10010000 10010100 11011101 100011 100001 0 1101 11101101 110101 1001000

Color Harmonies of #9094DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9094DD

Black with #9094DD

Text Example


Text Example

White with #9094DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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