Html Css Color HEX #9770FE Light Slate Blue

📋 copy color: '#9770FE'

red 151 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #9770FE

Tints of Light Slate Blue #9770FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.66%

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 29.21%
G = 21.66%
B = 49.13%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9770FE (or 0x9770FE) is known color: Light Slate Blue. HEX triplet: 97, 70 and FE. RGB value is (151,112,254). Sum of RGB (Red+Green+Blue) = 151+112+254=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #9770FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9770FE is #688F01. Grayscale: #8B8B8B. Windows color (decimal): -6852354 or 16674967. OLE color: 16674967.

HSL color Cylindrical-coordinate representation of color #9770FE: hue angle of 256.48º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9770FE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 112 254 -
CMYK 0.41 0.56 0 0.00
HSL 256.48º 0.99% 0.72% -
HSV(B) 256.48º 0.56% 1% -
XYZ 36.45 25.32 96.73 -
YUV 139.85 192.42 135.95 -
System Red Green Blue C M Y K H S L
Decimal 151 112 254 0.41 0.56 0 0.00 256.48 0.99 0.72
Hex 97 70 FE 29 38 0 0 100 63 48
Octal 227 160 376 51 70 0 0 400 143 110
Binary 10010111 1110000 11111110 101001 111000 0 0 100000000 1100011 1001000

Color Harmonies of #9770FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770FE

Black with #9770FE

Text Example


Text Example

White with #9770FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9770FE; }

 p { color: rgb(151,112,254); }

 H1.HeaderClassName
 {
   color: #9770FE;
 }
 .AnyTagClassName
 {
   color: #9770FE;
 }
</style>

background-color css

<style>
 a { background-color: #9770FE; }

 a { background-color: rgb(151,112,254); }

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

border-color css

<style>
 span { border-color: #9770FE; }

 span { border-color: rgb(151,112,254); }

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