Html Css Color HEX #9B74F7 Light Slate Blue

📋 copy color: '#9B74F7'

red 155 ◦ green 116 ◦ blue 247

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

Shades of Light Slate Blue #9B74F7

Tints of Light Slate Blue #9B74F7

RGB

 RED value IS 155 (60.94% from 255) = 29.92%

 GREEN value IS 116 (45.7% from 255) = 22.39%

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

R = 29.92%
G = 22.39%
B = 47.68%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9B74F7 (or 0x9B74F7) is known color: Light Slate Blue. HEX triplet: 9B, 74 and F7. RGB value is (155,116,247). Sum of RGB (Red+Green+Blue) = 155+116+247=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #9B74F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B74F7 is #648B08. Grayscale: #8E8E8E. Windows color (decimal): -6589193 or 16217243. OLE color: 16217243.

HSL color Cylindrical-coordinate representation of color #9B74F7: hue angle of 257.86º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B74F7 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 116 247 -
CMYK 0.37 0.53 0 0.03
HSL 257.86º 0.89% 0.71% -
HSV(B) 257.86º 0.53% 0.97% -
XYZ 36.55 26.17 91.12 -
YUV 142.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 155 116 247 0.37 0.53 0 0.03 257.86 0.89 0.71
Hex 9B 74 F7 25 35 0 3 102 59 47
Octal 233 164 367 45 65 0 3 402 131 107
Binary 10011011 1110100 11110111 100101 110101 0 11 100000010 1011001 1000111

Color Harmonies of #9B74F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B74F7

Black with #9B74F7

Text Example


Text Example

White with #9B74F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B74F7; }

 p { color: rgb(155,116,247); }

 H1.HeaderClassName
 {
   color: #9B74F7;
 }
 .AnyTagClassName
 {
   color: #9B74F7;
 }
</style>

background-color css

<style>
 a { background-color: #9B74F7; }

 a { background-color: rgb(155,116,247); }

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

border-color css

<style>
 span { border-color: #9B74F7; }

 span { border-color: rgb(155,116,247); }

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