Html Css Color HEX #9670FA Light Slate Blue

📋 copy color: '#9670FA'

red 150 ◦ green 112 ◦ blue 250

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

Shades of Light Slate Blue #9670FA

Tints of Light Slate Blue #9670FA

RGB

 RED value IS 150 (58.98% from 255) = 29.3%

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

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

R = 29.3%
G = 21.88%
B = 48.83%

CMYK

 C value IS 0.4

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9670FA (or 0x9670FA) is known color: Light Slate Blue. HEX triplet: 96, 70 and FA. RGB value is (150,112,250). Sum of RGB (Red+Green+Blue) = 150+112+250=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #9670FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9670FA is #698F05. Grayscale: #8A8A8A. Windows color (decimal): -6917894 or 16412822. OLE color: 16412822.

HSL color Cylindrical-coordinate representation of color #9670FA: hue angle of 256.52º 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 #9670FA is Cyan = 0.4, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 112 250 -
CMYK 0.4 0.55 0 0.02
HSL 256.52º 0.93% 0.71% -
HSV(B) 256.52º 0.55% 0.98% -
XYZ 35.63 24.97 93.39 -
YUV 139.09 190.59 135.78 -
System Red Green Blue C M Y K H S L
Decimal 150 112 250 0.4 0.55 0 0.02 256.52 0.93 0.71
Hex 96 70 FA 28 37 0 2 101 5D 47
Octal 226 160 372 50 67 0 2 401 135 107
Binary 10010110 1110000 11111010 101000 110111 0 10 100000001 1011101 1000111

Color Harmonies of #9670FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9670FA

Black with #9670FA

Text Example


Text Example

White with #9670FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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