Html Css Color HEX #94A2CE Portage

📋 copy color: '#94A2CE'

red 148 ◦ green 162 ◦ blue 206

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

Shades of Portage #94A2CE

Tints of Portage #94A2CE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.4%

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

R = 28.68%
G = 31.4%
B = 39.92%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#94A2CE (or 0x94A2CE) is known color: Portage. HEX triplet: 94, A2 and CE. RGB value is (148,162,206). Sum of RGB (Red+Green+Blue) = 148+162+206=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #94A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94A2CE is #6B5D31. Grayscale: #A2A2A2. Windows color (decimal): -7036210 or 13542036. OLE color: 13542036.

HSL color Cylindrical-coordinate representation of color #94A2CE: hue angle of 225.52º 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 #94A2CE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 162 206 -
CMYK 0.28 0.21 0 0.19
HSL 225.52º 0.37% 0.69% -
HSV(B) 225.52º 0.28% 0.81% -
XYZ 36.27 36.59 63.54 -
YUV 162.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 148 162 206 0.28 0.21 0 0.19 225.52 0.37 0.69
Hex 94 A2 CE 1C 15 0 13 E2 25 45
Octal 224 242 316 34 25 0 23 342 45 105
Binary 10010100 10100010 11001110 11100 10101 0 10011 11100010 100101 1000101

Color Harmonies of #94A2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A2CE

Black with #94A2CE

Text Example


Text Example

White with #94A2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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