Html Css Color HEX #8065F9 Medium Slate Blue

📋 copy color: '#8065F9'

red 128 ◦ green 101 ◦ blue 249

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

Shades of Medium Slate Blue #8065F9

Tints of Medium Slate Blue #8065F9

RGB

 RED value IS 128 (50.39% from 255) = 26.78%

 GREEN value IS 101 (39.84% from 255) = 21.13%

 BLUE value IS 249 (97.66% from 255) = 52.09%

R = 26.78%
G = 21.13%
B = 52.09%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8065F9 (or 0x8065F9) is known color: Medium Slate Blue. HEX triplet: 80, 65 and F9. RGB value is (128,101,249). Sum of RGB (Red+Green+Blue) = 128+101+249=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #8065F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8065F9 is #7F9A06. Grayscale: #7D7D7D. Windows color (decimal): -8362503 or 16344448. OLE color: 16344448.

HSL color Cylindrical-coordinate representation of color #8065F9: hue angle of 250.95º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8065F9 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 101 249 -
CMYK 0.49 0.59 0 0.02
HSL 250.95º 0.93% 0.69% -
HSV(B) 250.95º 0.59% 0.98% -
XYZ 30.65 20.74 92.01 -
YUV 125.95 197.45 129.47 -
System Red Green Blue C M Y K H S L
Decimal 128 101 249 0.49 0.59 0 0.02 250.95 0.93 0.69
Hex 80 65 F9 31 3B 0 2 FB 5C 45
Octal 200 145 371 61 73 0 2 373 134 105
Binary 10000000 1100101 11111001 110001 111011 0 10 11111011 1011100 1000101

Color Harmonies of #8065F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8065F9

Black with #8065F9

Text Example


Text Example

White with #8065F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8065F9; }

 p { color: rgb(128,101,249); }

 H1.HeaderClassName
 {
   color: #8065F9;
 }
 .AnyTagClassName
 {
   color: #8065F9;
 }
</style>

background-color css

<style>
 a { background-color: #8065F9; }

 a { background-color: rgb(128,101,249); }

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

border-color css

<style>
 span { border-color: #8065F9; }

 span { border-color: rgb(128,101,249); }

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