Html Css Color HEX #94A1DB Portage

📋 copy color: '#94A1DB'

red 148 ◦ green 161 ◦ blue 219

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

Shades of Portage #94A1DB

Tints of Portage #94A1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.49%

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

R = 28.03%
G = 30.49%
B = 41.48%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#94A1DB (or 0x94A1DB) is known color: Portage. HEX triplet: 94, A1 and DB. RGB value is (148,161,219). Sum of RGB (Red+Green+Blue) = 148+161+219=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #94A1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A1DB is #6B5E24. Grayscale: #A3A3A3. Windows color (decimal): -7036453 or 14393748. OLE color: 14393748.

HSL color Cylindrical-coordinate representation of color #94A1DB: hue angle of 229.01º 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 #94A1DB is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 161 219 -
CMYK 0.32 0.26 0 0.14
HSL 229.01º 0.5% 0.72% -
HSV(B) 229.01º 0.32% 0.86% -
XYZ 37.74 36.9 72.15 -
YUV 163.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 148 161 219 0.32 0.26 0 0.14 229.01 0.5 0.72
Hex 94 A1 DB 20 1A 0 E E5 32 48
Octal 224 241 333 40 32 0 16 345 62 110
Binary 10010100 10100001 11011011 100000 11010 0 1110 11100101 110010 1001000

Color Harmonies of #94A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A1DB

Black with #94A1DB

Text Example


Text Example

White with #94A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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