Html Css Color HEX #9092DC Portage

📋 copy color: '#9092DC'

red 144 ◦ green 146 ◦ blue 220

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

Shades of Portage #9092DC

Tints of Portage #9092DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.63%

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 28.24%
G = 28.63%
B = 43.14%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9092DC (or 0x9092DC) is known color: Portage. HEX triplet: 90, 92 and DC. RGB value is (144,146,220). Sum of RGB (Red+Green+Blue) = 144+146+220=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #9092DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9092DC is #6F6D23. Grayscale: #999999. Windows color (decimal): -7302436 or 14455440. OLE color: 14455440.

HSL color Cylindrical-coordinate representation of color #9092DC: hue angle of 238.42º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9092DC is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 146 220 -
CMYK 0.35 0.34 0 0.14
HSL 238.42º 0.52% 0.71% -
HSV(B) 238.42º 0.35% 0.86% -
XYZ 34.7 31.65 71.99 -
YUV 153.84 165.34 120.98 -
System Red Green Blue C M Y K H S L
Decimal 144 146 220 0.35 0.34 0 0.14 238.42 0.52 0.71
Hex 90 92 DC 23 22 0 E EE 34 47
Octal 220 222 334 43 42 0 16 356 64 107
Binary 10010000 10010010 11011100 100011 100010 0 1110 11101110 110100 1000111

Color Harmonies of #9092DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9092DC

Black with #9092DC

Text Example


Text Example

White with #9092DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9092DC; }

 p { color: rgb(144,146,220); }

 H1.HeaderClassName
 {
   color: #9092DC;
 }
 .AnyTagClassName
 {
   color: #9092DC;
 }
</style>

background-color css

<style>
 a { background-color: #9092DC; }

 a { background-color: rgb(144,146,220); }

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

border-color css

<style>
 span { border-color: #9092DC; }

 span { border-color: rgb(144,146,220); }

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