Html Css Color HEX #9785FA Light Slate Blue

📋 copy color: '#9785FA'

red 151 ◦ green 133 ◦ blue 250

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

Shades of Light Slate Blue #9785FA

Tints of Light Slate Blue #9785FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 28.28%
G = 24.91%
B = 46.82%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9785FA (or 0x9785FA) is known color: Light Slate Blue. HEX triplet: 97, 85 and FA. RGB value is (151,133,250). Sum of RGB (Red+Green+Blue) = 151+133+250=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #9785FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9785FA is #687A05. Grayscale: #979797. Windows color (decimal): -6846982 or 16418199. OLE color: 16418199.

HSL color Cylindrical-coordinate representation of color #9785FA: hue angle of 249.23º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9785FA is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 133 250 -
CMYK 0.40 0.47 0 0.02
HSL 249.23º 0.92% 0.75% -
HSV(B) 249.23º 0.47% 0.98% -
XYZ 38.41 30.26 94.26 -
YUV 151.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 151 133 250 0.40 0.47 0 0.02 249.23 0.92 0.75
Hex 97 85 FA 28 2F 0 2 F9 5C 4B
Octal 227 205 372 50 57 0 2 371 134 113
Binary 10010111 10000101 11111010 101000 101111 0 10 11111001 1011100 1001011

Color Harmonies of #9785FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9785FA

Black with #9785FA

Text Example


Text Example

White with #9785FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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