Html Css Color HEX #9689FE Light Slate Blue

📋 copy color: '#9689FE'

red 150 ◦ green 137 ◦ blue 254

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

Shades of Light Slate Blue #9689FE

Tints of Light Slate Blue #9689FE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.32%

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

R = 27.73%
G = 25.32%
B = 46.95%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9689FE (or 0x9689FE) is known color: Light Slate Blue. HEX triplet: 96, 89 and FE. RGB value is (150,137,254). Sum of RGB (Red+Green+Blue) = 150+137+254=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #9689FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9689FE is #697601. Grayscale: #999999. Windows color (decimal): -6911490 or 16681366. OLE color: 16681366.

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

Color convert

RGB 150 137 254 -
CMYK 0.41 0.46 0 0.00
HSL 246.67º 0.98% 0.77% -
HSV(B) 246.67º 0.46% 1% -
XYZ 39.41 31.53 97.77 -
YUV 154.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 150 137 254 0.41 0.46 0 0.00 246.67 0.98 0.77
Hex 96 89 FE 29 2E 0 0 F7 62 4D
Octal 226 211 376 51 56 0 0 367 142 115
Binary 10010110 10001001 11111110 101001 101110 0 0 11110111 1100010 1001101

Color Harmonies of #9689FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689FE

Black with #9689FE

Text Example


Text Example

White with #9689FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,137,254); }

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

background-color css

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

 a { background-color: rgb(150,137,254); }

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

border-color css

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

 span { border-color: rgb(150,137,254); }

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