Html Css Color HEX #8B93DA Portage

📋 copy color: '#8B93DA'

red 139 ◦ green 147 ◦ blue 218

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

Shades of Portage #8B93DA

Tints of Portage #8B93DA

RGB

 RED value IS 139 (54.69% from 255) = 27.58%

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 27.58%
G = 29.17%
B = 43.25%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8B93DA (or 0x8B93DA) is known color: Portage. HEX triplet: 8B, 93 and DA. RGB value is (139,147,218). Sum of RGB (Red+Green+Blue) = 139+147+218=504 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.58% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B93DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B93DA is #746C25. Grayscale: #989898. Windows color (decimal): -7629862 or 14324619. OLE color: 14324619.

HSL color Cylindrical-coordinate representation of color #8B93DA: hue angle of 233.92º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B93DA is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 147 218 -
CMYK 0.36 0.33 0 0.15
HSL 233.92º 0.52% 0.7% -
HSV(B) 233.92º 0.36% 0.85% -
XYZ 33.74 31.42 70.62 -
YUV 152.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 139 147 218 0.36 0.33 0 0.15 233.92 0.52 0.7
Hex 8B 93 DA 24 21 0 F EA 34 46
Octal 213 223 332 44 41 0 17 352 64 106
Binary 10001011 10010011 11011010 100100 100001 0 1111 11101010 110100 1000110

Color Harmonies of #8B93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B93DA

Black with #8B93DA

Text Example


Text Example

White with #8B93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B93DA; }

 p { color: rgb(139,147,218); }

 H1.HeaderClassName
 {
   color: #8B93DA;
 }
 .AnyTagClassName
 {
   color: #8B93DA;
 }
</style>

background-color css

<style>
 a { background-color: #8B93DA; }

 a { background-color: rgb(139,147,218); }

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

border-color css

<style>
 span { border-color: #8B93DA; }

 span { border-color: rgb(139,147,218); }

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