Html Css Color HEX #8793F7 Portage

📋 copy color: '#8793F7'

red 135 ◦ green 147 ◦ blue 247

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

Shades of Portage #8793F7

Tints of Portage #8793F7

RGB

 RED value IS 135 (53.13% from 255) = 25.52%

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

 BLUE value IS 247 (96.88% from 255) = 46.69%

R = 25.52%
G = 27.79%
B = 46.69%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8793F7 (or 0x8793F7) is known color: Portage. HEX triplet: 87, 93 and F7. RGB value is (135,147,247). Sum of RGB (Red+Green+Blue) = 135+147+247=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #8793F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8793F7 is #786C08. Grayscale: #9A9A9A. Windows color (decimal): -7891977 or 16225159. OLE color: 16225159.

HSL color Cylindrical-coordinate representation of color #8793F7: hue angle of 233.57º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8793F7 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 135 147 247 -
CMYK 0.45 0.40 0 0.03
HSL 233.57º 0.88% 0.75% -
HSV(B) 233.57º 0.45% 0.97% -
XYZ 37.21 32.73 92.35 -
YUV 154.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 135 147 247 0.45 0.40 0 0.03 233.57 0.88 0.75
Hex 87 93 F7 2D 28 0 3 EA 58 4B
Octal 207 223 367 55 50 0 3 352 130 113
Binary 10000111 10010011 11110111 101101 101000 0 11 11101010 1011000 1001011

Color Harmonies of #8793F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8793F7

Black with #8793F7

Text Example


Text Example

White with #8793F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8793F7; }

 p { color: rgb(135,147,247); }

 H1.HeaderClassName
 {
   color: #8793F7;
 }
 .AnyTagClassName
 {
   color: #8793F7;
 }
</style>

background-color css

<style>
 a { background-color: #8793F7; }

 a { background-color: rgb(135,147,247); }

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

border-color css

<style>
 span { border-color: #8793F7; }

 span { border-color: rgb(135,147,247); }

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