Html Css Color HEX #9688EF Light Slate Blue

📋 copy color: '#9688EF'

red 150 ◦ green 136 ◦ blue 239

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

Shades of Light Slate Blue #9688EF

Tints of Light Slate Blue #9688EF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.9%

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

R = 28.57%
G = 25.9%
B = 45.52%

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

#9688EF (or 0x9688EF) is known color: Light Slate Blue. HEX triplet: 96, 88 and EF. RGB value is (150,136,239). Sum of RGB (Red+Green+Blue) = 150+136+239=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 136 (53.52% from 255 or 25.90% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #9688EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9688EF is #697710. Grayscale: #979797. Windows color (decimal): -6911761 or 15698070. OLE color: 15698070.

HSL color Cylindrical-coordinate representation of color #9688EF: hue angle of 248.16º 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 #9688EF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 136 239 -
CMYK 0.37 0.43 0 0.06
HSL 248.16º 0.76% 0.74% -
HSV(B) 248.16º 0.43% 0.94% -
XYZ 36.96 30.32 85.57 -
YUV 151.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 150 136 239 0.37 0.43 0 0.06 248.16 0.76 0.74
Hex 96 88 EF 25 2B 0 6 F8 4C 4A
Octal 226 210 357 45 53 0 6 370 114 112
Binary 10010110 10001000 11101111 100101 101011 0 110 11111000 1001100 1001010

Color Harmonies of #9688EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9688EF

Black with #9688EF

Text Example


Text Example

White with #9688EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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