Html Css Color HEX #94A0DC Portage

📋 copy color: '#94A0DC'

red 148 ◦ green 160 ◦ blue 220

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

Shades of Portage #94A0DC

Tints of Portage #94A0DC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

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

R = 28.03%
G = 30.3%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94A0DC (or 0x94A0DC) is known color: Portage. HEX triplet: 94, A0 and DC. RGB value is (148,160,220). Sum of RGB (Red+Green+Blue) = 148+160+220=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #94A0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0DC is #6B5F23. Grayscale: #A2A2A2. Windows color (decimal): -7036708 or 14459028. OLE color: 14459028.

HSL color Cylindrical-coordinate representation of color #94A0DC: hue angle of 230º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A0DC is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 160 220 -
CMYK 0.33 0.27 0 0.14
HSL 230º 0.51% 0.72% -
HSV(B) 230º 0.33% 0.86% -
XYZ 37.7 36.6 72.79 -
YUV 163.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 148 160 220 0.33 0.27 0 0.14 230 0.51 0.72
Hex 94 A0 DC 21 1B 0 E E6 33 48
Octal 224 240 334 41 33 0 16 346 63 110
Binary 10010100 10100000 11011100 100001 11011 0 1110 11100110 110011 1001000

Color Harmonies of #94A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A0DC

Black with #94A0DC

Text Example


Text Example

White with #94A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A0DC; }

 p { color: rgb(148,160,220); }

 H1.HeaderClassName
 {
   color: #94A0DC;
 }
 .AnyTagClassName
 {
   color: #94A0DC;
 }
</style>

background-color css

<style>
 a { background-color: #94A0DC; }

 a { background-color: rgb(148,160,220); }

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

border-color css

<style>
 span { border-color: #94A0DC; }

 span { border-color: rgb(148,160,220); }

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