Html Css Color HEX #94A0D7 Portage

📋 copy color: '#94A0D7'

red 148 ◦ green 160 ◦ blue 215

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

Shades of Portage #94A0D7

Tints of Portage #94A0D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 28.3%
G = 30.59%
B = 41.11%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#94A0D7 (or 0x94A0D7) is known color: Portage. HEX triplet: 94, A0 and D7. RGB value is (148,160,215). Sum of RGB (Red+Green+Blue) = 148+160+215=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #94A0D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0D7 is #6B5F28. Grayscale: #A2A2A2. Windows color (decimal): -7036713 or 14131348. OLE color: 14131348.

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

Color convert

RGB 148 160 215 -
CMYK 0.31 0.26 0 0.16
HSL 229.25º 0.46% 0.71% -
HSV(B) 229.25º 0.31% 0.84% -
XYZ 37.05 36.34 69.35 -
YUV 162.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 148 160 215 0.31 0.26 0 0.16 229.25 0.46 0.71
Hex 94 A0 D7 1F 1A 0 10 E5 2E 47
Octal 224 240 327 37 32 0 20 345 56 107
Binary 10010100 10100000 11010111 11111 11010 0 10000 11100101 101110 1000111

Color Harmonies of #94A0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A0D7

Black with #94A0D7

Text Example


Text Example

White with #94A0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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