Html Css Color HEX #9689FF Light Slate Blue

📋 copy color: '#9689FF'

red 150 ◦ green 137 ◦ blue 255

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

Shades of Light Slate Blue #9689FF

Tints of Light Slate Blue #9689FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.05%

R = 27.68%
G = 25.28%
B = 47.05%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9689FF (or 0x9689FF) is known color: Light Slate Blue. HEX triplet: 96, 89 and FF. RGB value is (150,137,255). Sum of RGB (Red+Green+Blue) = 150+137+255=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #9689FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9689FF is #697600. Grayscale: #999999. Windows color (decimal): -6911489 or 16746902. OLE color: 16746902.

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

Color convert

RGB 150 137 255 -
CMYK 0.41 0.46 0 0
HSL 246.61º 1% 0.77% -
HSV(B) 246.61º 0.46% 1% -
XYZ 39.57 31.6 98.62 -
YUV 154.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 150 137 255 0.41 0.46 0 0 246.61 1 0.77
Hex 96 89 FF 29 2E 0 0 F7 64 4D
Octal 226 211 377 51 56 0 0 367 144 115
Binary 10010110 10001001 11111111 101001 101110 0 0 11110111 1100100 1001101

Color Harmonies of #9689FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689FF

Black with #9689FF

Text Example


Text Example

White with #9689FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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