Html Css Color HEX #9689EF Light Slate Blue

📋 copy color: '#9689EF'

red 150 ◦ green 137 ◦ blue 239

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

Shades of Light Slate Blue #9689EF

Tints of Light Slate Blue #9689EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 28.52%
G = 26.05%
B = 45.44%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9689EF (or 0x9689EF) is known color: Light Slate Blue. HEX triplet: 96, 89 and EF. RGB value is (150,137,239). Sum of RGB (Red+Green+Blue) = 150+137+239=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 137 (53.91% from 255 or 26.05% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #9689EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9689EF is #697610. Grayscale: #989898. Windows color (decimal): -6911505 or 15698326. OLE color: 15698326.

HSL color Cylindrical-coordinate representation of color #9689EF: hue angle of 247.65º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9689EF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 137 239 -
CMYK 0.37 0.43 0 0.06
HSL 247.65º 0.76% 0.74% -
HSV(B) 247.65º 0.43% 0.94% -
XYZ 37.1 30.61 85.61 -
YUV 152.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 150 137 239 0.37 0.43 0 0.06 247.65 0.76 0.74
Hex 96 89 EF 25 2B 0 6 F8 4C 4A
Octal 226 211 357 45 53 0 6 370 114 112
Binary 10010110 10001001 11101111 100101 101011 0 110 11111000 1001100 1001010

Color Harmonies of #9689EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689EF

Black with #9689EF

Text Example


Text Example

White with #9689EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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