Html Css Color HEX #9780F2 Light Slate Blue

📋 copy color: '#9780F2'

red 151 ◦ green 128 ◦ blue 242

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

Shades of Light Slate Blue #9780F2

Tints of Light Slate Blue #9780F2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.57%

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

R = 28.98%
G = 24.57%
B = 46.45%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9780F2 (or 0x9780F2) is known color: Light Slate Blue. HEX triplet: 97, 80 and F2. RGB value is (151,128,242). Sum of RGB (Red+Green+Blue) = 151+128+242=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #9780F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9780F2 is #687F0D. Grayscale: #939393. Windows color (decimal): -6848270 or 15892631. OLE color: 15892631.

HSL color Cylindrical-coordinate representation of color #9780F2: hue angle of 252.11º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9780F2 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 128 242 -
CMYK 0.38 0.47 0 0.05
HSL 252.11º 0.81% 0.73% -
HSV(B) 252.11º 0.47% 0.95% -
XYZ 36.51 28.43 87.57 -
YUV 147.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 151 128 242 0.38 0.47 0 0.05 252.11 0.81 0.73
Hex 97 80 F2 26 2F 0 5 FC 51 49
Octal 227 200 362 46 57 0 5 374 121 111
Binary 10010111 10000000 11110010 100110 101111 0 101 11111100 1010001 1001001

Color Harmonies of #9780F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9780F2

Black with #9780F2

Text Example


Text Example

White with #9780F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,128,242); }

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

background-color css

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

 a { background-color: rgb(151,128,242); }

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

border-color css

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

 span { border-color: rgb(151,128,242); }

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