Html Css Color HEX #94A0CE Portage

📋 copy color: '#94A0CE'

red 148 ◦ green 160 ◦ blue 206

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

Shades of Portage #94A0CE

Tints of Portage #94A0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 28.79%
G = 31.13%
B = 40.08%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94A0CE (or 0x94A0CE) is known color: Portage. HEX triplet: 94, A0 and CE. RGB value is (148,160,206). Sum of RGB (Red+Green+Blue) = 148+160+206=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #94A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A0CE is #6B5F31. Grayscale: #A1A1A1. Windows color (decimal): -7036722 or 13541524. OLE color: 13541524.

HSL color Cylindrical-coordinate representation of color #94A0CE: hue angle of 227.59º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94A0CE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 160 206 -
CMYK 0.28 0.22 0 0.19
HSL 227.59º 0.37% 0.69% -
HSV(B) 227.59º 0.28% 0.81% -
XYZ 35.92 35.89 63.43 -
YUV 161.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 148 160 206 0.28 0.22 0 0.19 227.59 0.37 0.69
Hex 94 A0 CE 1C 16 0 13 E4 25 45
Octal 224 240 316 34 26 0 23 344 45 105
Binary 10010100 10100000 11001110 11100 10110 0 10011 11100100 100101 1000101

Color Harmonies of #94A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A0CE

Black with #94A0CE

Text Example


Text Example

White with #94A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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