Html Css Color HEX #9785FF Light Slate Blue

📋 copy color: '#9785FF'

red 151 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #9785FF

Tints of Light Slate Blue #9785FF

RGB

 RED value IS 151 (59.38% from 255) = 28.01%

 GREEN value IS 133 (52.34% from 255) = 24.68%

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

R = 28.01%
G = 24.68%
B = 47.31%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9785FF (or 0x9785FF) is known color: Light Slate Blue. HEX triplet: 97, 85 and FF. RGB value is (151,133,255). Sum of RGB (Red+Green+Blue) = 151+133+255=539 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.01% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #9785FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9785FF is #687A00. Grayscale: #979797. Windows color (decimal): -6846977 or 16745879. OLE color: 16745879.

HSL color Cylindrical-coordinate representation of color #9785FF: hue angle of 248.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9785FF is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 133 255 -
CMYK 0.41 0.48 0 0
HSL 248.85º 1% 0.76% -
HSV(B) 248.85º 0.48% 1% -
XYZ 39.2 30.57 98.44 -
YUV 152.29 185.96 127.08 -
System Red Green Blue C M Y K H S L
Decimal 151 133 255 0.41 0.48 0 0 248.85 1 0.76
Hex 97 85 FF 29 30 0 0 F9 64 4C
Octal 227 205 377 51 60 0 0 371 144 114
Binary 10010111 10000101 11111111 101001 110000 0 0 11111001 1100100 1001100

Color Harmonies of #9785FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9785FF

Black with #9785FF

Text Example


Text Example

White with #9785FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9785FF; }

 p { color: rgb(151,133,255); }

 H1.HeaderClassName
 {
   color: #9785FF;
 }
 .AnyTagClassName
 {
   color: #9785FF;
 }
</style>

background-color css

<style>
 a { background-color: #9785FF; }

 a { background-color: rgb(151,133,255); }

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

border-color css

<style>
 span { border-color: #9785FF; }

 span { border-color: rgb(151,133,255); }

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