Html Css Color HEX #93A7E8 Portage

📋 copy color: '#93A7E8'

red 147 ◦ green 167 ◦ blue 232

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

Shades of Portage #93A7E8

Tints of Portage #93A7E8

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.59%

 BLUE value IS 232 (91.02% from 255) = 42.49%

R = 26.92%
G = 30.59%
B = 42.49%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#93A7E8 (or 0x93A7E8) is known color: Portage. HEX triplet: 93, A7 and E8. RGB value is (147,167,232). Sum of RGB (Red+Green+Blue) = 147+167+232=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #93A7E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #93A7E8 is #6C5817. Grayscale: #A8A8A8. Windows color (decimal): -7100440 or 15247251. OLE color: 15247251.

HSL color Cylindrical-coordinate representation of color #93A7E8: hue angle of 225.88º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93A7E8 is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 167 232 -
CMYK 0.37 0.28 0 0.09
HSL 225.88º 0.65% 0.74% -
HSV(B) 225.88º 0.37% 0.91% -
XYZ 40.42 39.67 81.87 -
YUV 168.43 163.87 112.71 -
System Red Green Blue C M Y K H S L
Decimal 147 167 232 0.37 0.28 0 0.09 225.88 0.65 0.74
Hex 93 A7 E8 25 1C 0 9 E2 41 4A
Octal 223 247 350 45 34 0 11 342 101 112
Binary 10010011 10100111 11101000 100101 11100 0 1001 11100010 1000001 1001010

Color Harmonies of #93A7E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A7E8

Black with #93A7E8

Text Example


Text Example

White with #93A7E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,167,232); }

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

background-color css

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

 a { background-color: rgb(147,167,232); }

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

border-color css

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

 span { border-color: rgb(147,167,232); }

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