Html Css Color HEX #94A0D8 Portage

📋 copy color: '#94A0D8'

red 148 ◦ green 160 ◦ blue 216

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

Shades of Portage #94A0D8

Tints of Portage #94A0D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 28.24%
G = 30.53%
B = 41.22%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#94A0D8 (or 0x94A0D8) is known color: Portage. HEX triplet: 94, A0 and D8. RGB value is (148,160,216). Sum of RGB (Red+Green+Blue) = 148+160+216=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #94A0D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0D8 is #6B5F27. Grayscale: #A2A2A2. Windows color (decimal): -7036712 or 14196884. OLE color: 14196884.

HSL color Cylindrical-coordinate representation of color #94A0D8: hue angle of 229.41º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94A0D8 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 160 216 -
CMYK 0.31 0.26 0 0.15
HSL 229.41º 0.47% 0.71% -
HSV(B) 229.41º 0.31% 0.85% -
XYZ 37.18 36.4 70.03 -
YUV 162.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 148 160 216 0.31 0.26 0 0.15 229.41 0.47 0.71
Hex 94 A0 D8 1F 1A 0 F E5 2F 47
Octal 224 240 330 37 32 0 17 345 57 107
Binary 10010100 10100000 11011000 11111 11010 0 1111 11100101 101111 1000111

Color Harmonies of #94A0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A0D8

Black with #94A0D8

Text Example


Text Example

White with #94A0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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