Html Css Color HEX #94A0DB Portage

📋 copy color: '#94A0DB'

red 148 ◦ green 160 ◦ blue 219

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

Shades of Portage #94A0DB

Tints of Portage #94A0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 28.08%
G = 30.36%
B = 41.56%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94A0DB (or 0x94A0DB) is known color: Portage. HEX triplet: 94, A0 and DB. RGB value is (148,160,219). Sum of RGB (Red+Green+Blue) = 148+160+219=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #94A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0DB is #6B5F24. Grayscale: #A2A2A2. Windows color (decimal): -7036709 or 14393492. OLE color: 14393492.

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

Color convert

RGB 148 160 219 -
CMYK 0.32 0.27 0 0.14
HSL 229.86º 0.5% 0.72% -
HSV(B) 229.86º 0.32% 0.86% -
XYZ 37.57 36.55 72.09 -
YUV 163.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 148 160 219 0.32 0.27 0 0.14 229.86 0.5 0.72
Hex 94 A0 DB 20 1B 0 E E6 32 48
Octal 224 240 333 40 33 0 16 346 62 110
Binary 10010100 10100000 11011011 100000 11011 0 1110 11100110 110010 1001000

Color Harmonies of #94A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A0DB

Black with #94A0DB

Text Example


Text Example

White with #94A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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