Html Css Color HEX #93A0CE Portage

📋 copy color: '#93A0CE'

red 147 ◦ green 160 ◦ blue 206

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

Shades of Portage #93A0CE

Tints of Portage #93A0CE

RGB

 RED value IS 147 (57.81% from 255) = 28.65%

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

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

R = 28.65%
G = 31.19%
B = 40.16%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#93A0CE (or 0x93A0CE) is known color: Portage. HEX triplet: 93, A0 and CE. RGB value is (147,160,206). Sum of RGB (Red+Green+Blue) = 147+160+206=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #93A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A0CE is #6C5F31. Grayscale: #A1A1A1. Windows color (decimal): -7102258 or 13541523. OLE color: 13541523.

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

Color convert

RGB 147 160 206 -
CMYK 0.29 0.22 0 0.19
HSL 226.78º 0.38% 0.69% -
HSV(B) 226.78º 0.29% 0.81% -
XYZ 35.74 35.8 63.42 -
YUV 161.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 147 160 206 0.29 0.22 0 0.19 226.78 0.38 0.69
Hex 93 A0 CE 1D 16 0 13 E3 26 45
Octal 223 240 316 35 26 0 23 343 46 105
Binary 10010011 10100000 11001110 11101 10110 0 10011 11100011 100110 1000101

Color Harmonies of #93A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A0CE

Black with #93A0CE

Text Example


Text Example

White with #93A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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