Html Css Color HEX #9B74FF Light Slate Blue

📋 copy color: '#9B74FF'

red 155 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #9B74FF

Tints of Light Slate Blue #9B74FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 29.47%
G = 22.05%
B = 48.48%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B74FF (or 0x9B74FF) is known color: Light Slate Blue. HEX triplet: 9B, 74 and FF. RGB value is (155,116,255). Sum of RGB (Red+Green+Blue) = 155+116+255=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B74FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B74FF is #648B00. Grayscale: #8E8E8E. Windows color (decimal): -6589185 or 16741531. OLE color: 16741531.

HSL color Cylindrical-coordinate representation of color #9B74FF: hue angle of 256.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B74FF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 155 116 255 -
CMYK 0.39 0.55 0 0
HSL 256.83º 1% 0.73% -
HSV(B) 256.83º 0.55% 1% -
XYZ 37.81 26.68 97.76 -
YUV 143.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 155 116 255 0.39 0.55 0 0 256.83 1 0.73
Hex 9B 74 FF 27 37 0 0 101 64 49
Octal 233 164 377 47 67 0 0 401 144 111
Binary 10011011 1110100 11111111 100111 110111 0 0 100000001 1100100 1001001

Color Harmonies of #9B74FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B74FF

Black with #9B74FF

Text Example


Text Example

White with #9B74FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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