Html Css Color HEX #8769F2 Medium Slate Blue

📋 copy color: '#8769F2'

red 135 ◦ green 105 ◦ blue 242

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

Shades of Medium Slate Blue #8769F2

Tints of Medium Slate Blue #8769F2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.78%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 28.01%
G = 21.78%
B = 50.21%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8769F2 (or 0x8769F2) is known color: Medium Slate Blue. HEX triplet: 87, 69 and F2. RGB value is (135,105,242). Sum of RGB (Red+Green+Blue) = 135+105+242=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #8769F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8769F2 is #78960D. Grayscale: #818181. Windows color (decimal): -7902734 or 15886727. OLE color: 15886727.

HSL color Cylindrical-coordinate representation of color #8769F2: hue angle of 253.14º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8769F2 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 105 242 -
CMYK 0.44 0.57 0 0.05
HSL 253.14º 0.84% 0.68% -
HSV(B) 253.14º 0.57% 0.95% -
XYZ 31.07 21.66 86.55 -
YUV 129.59 191.44 131.86 -
System Red Green Blue C M Y K H S L
Decimal 135 105 242 0.44 0.57 0 0.05 253.14 0.84 0.68
Hex 87 69 F2 2C 39 0 5 FD 54 44
Octal 207 151 362 54 71 0 5 375 124 104
Binary 10000111 1101001 11110010 101100 111001 0 101 11111101 1010100 1000100

Color Harmonies of #8769F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8769F2

Black with #8769F2

Text Example


Text Example

White with #8769F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8769F2; }

 p { color: rgb(135,105,242); }

 H1.HeaderClassName
 {
   color: #8769F2;
 }
 .AnyTagClassName
 {
   color: #8769F2;
 }
</style>

background-color css

<style>
 a { background-color: #8769F2; }

 a { background-color: rgb(135,105,242); }

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

border-color css

<style>
 span { border-color: #8769F2; }

 span { border-color: rgb(135,105,242); }

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