Html Css Color HEX #9770FA Light Slate Blue

📋 copy color: '#9770FA'

red 151 ◦ green 112 ◦ blue 250

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

Shades of Light Slate Blue #9770FA

Tints of Light Slate Blue #9770FA

RGB

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

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

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

R = 29.43%
G = 21.83%
B = 48.73%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9770FA (or 0x9770FA) is known color: Light Slate Blue. HEX triplet: 97, 70 and FA. RGB value is (151,112,250). Sum of RGB (Red+Green+Blue) = 151+112+250=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #9770FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9770FA is #688F05. Grayscale: #8A8A8A. Windows color (decimal): -6852358 or 16412823. OLE color: 16412823.

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

Color convert

RGB 151 112 250 -
CMYK 0.40 0.55 0 0.02
HSL 256.96º 0.93% 0.71% -
HSV(B) 256.96º 0.55% 0.98% -
XYZ 35.81 25.07 93.39 -
YUV 139.39 190.42 136.28 -
System Red Green Blue C M Y K H S L
Decimal 151 112 250 0.40 0.55 0 0.02 256.96 0.93 0.71
Hex 97 70 FA 28 37 0 2 101 5D 47
Octal 227 160 372 50 67 0 2 401 135 107
Binary 10010111 1110000 11111010 101000 110111 0 10 100000001 1011101 1000111

Color Harmonies of #9770FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770FA

Black with #9770FA

Text Example


Text Example

White with #9770FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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