Html Css Color HEX #93A8EB Portage

📋 copy color: '#93A8EB'

red 147 ◦ green 168 ◦ blue 235

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

Shades of Portage #93A8EB

Tints of Portage #93A8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 26.73%
G = 30.55%
B = 42.73%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#93A8EB (or 0x93A8EB) is known color: Portage. HEX triplet: 93, A8 and EB. RGB value is (147,168,235). Sum of RGB (Red+Green+Blue) = 147+168+235=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #93A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A8EB is #6C5714. Grayscale: #A9A9A9. Windows color (decimal): -7100181 or 15444115. OLE color: 15444115.

HSL color Cylindrical-coordinate representation of color #93A8EB: hue angle of 225.68º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93A8EB is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 168 235 -
CMYK 0.37 0.29 0 0.08
HSL 225.68º 0.69% 0.75% -
HSV(B) 225.68º 0.37% 0.92% -
XYZ 41.03 40.21 84.2 -
YUV 169.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 147 168 235 0.37 0.29 0 0.08 225.68 0.69 0.75
Hex 93 A8 EB 25 1D 0 8 E2 45 4B
Octal 223 250 353 45 35 0 10 342 105 113
Binary 10010011 10101000 11101011 100101 11101 0 1000 11100010 1000101 1001011

Color Harmonies of #93A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A8EB

Black with #93A8EB

Text Example


Text Example

White with #93A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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