Html Css Color HEX #93A8DC Portage

📋 copy color: '#93A8DC'

red 147 ◦ green 168 ◦ blue 220

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

Shades of Portage #93A8DC

Tints of Portage #93A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.4%

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 27.48%
G = 31.4%
B = 41.12%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#93A8DC (or 0x93A8DC) is known color: Portage. HEX triplet: 93, A8 and DC. RGB value is (147,168,220). Sum of RGB (Red+Green+Blue) = 147+168+220=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #93A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A8DC is #6C5723. Grayscale: #A7A7A7. Windows color (decimal): -7100196 or 14461075. OLE color: 14461075.

HSL color Cylindrical-coordinate representation of color #93A8DC: hue angle of 222.74º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93A8DC is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 168 220 -
CMYK 0.33 0.24 0 0.14
HSL 222.74º 0.51% 0.72% -
HSV(B) 222.74º 0.33% 0.86% -
XYZ 38.95 39.38 73.26 -
YUV 167.65 157.54 113.27 -
System Red Green Blue C M Y K H S L
Decimal 147 168 220 0.33 0.24 0 0.14 222.74 0.51 0.72
Hex 93 A8 DC 21 18 0 E DF 33 48
Octal 223 250 334 41 30 0 16 337 63 110
Binary 10010011 10101000 11011100 100001 11000 0 1110 11011111 110011 1001000

Color Harmonies of #93A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A8DC

Black with #93A8DC

Text Example


Text Example

White with #93A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,168,220); }

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

background-color css

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

 a { background-color: rgb(147,168,220); }

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

border-color css

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

 span { border-color: rgb(147,168,220); }

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