Html Css Color HEX #968AFF Light Slate Blue

📋 copy color: '#968AFF'

red 150 ◦ green 138 ◦ blue 255

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

Shades of Light Slate Blue #968AFF

Tints of Light Slate Blue #968AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.41%

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

R = 27.62%
G = 25.41%
B = 46.96%

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

#968AFF (or 0x968AFF) is known color: Light Slate Blue. HEX triplet: 96, 8A and FF. RGB value is (150,138,255). Sum of RGB (Red+Green+Blue) = 150+138+255=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #968AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968AFF is #697500. Grayscale: #9A9A9A. Windows color (decimal): -6911233 or 16747158. OLE color: 16747158.

HSL color Cylindrical-coordinate representation of color #968AFF: hue angle of 246.15º 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 #968AFF is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 138 255 -
CMYK 0.41 0.46 0 0
HSL 246.15º 1% 0.77% -
HSV(B) 246.15º 0.46% 1% -
XYZ 39.72 31.88 98.67 -
YUV 154.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 150 138 255 0.41 0.46 0 0 246.15 1 0.77
Hex 96 8A FF 29 2E 0 0 F6 64 4D
Octal 226 212 377 51 56 0 0 366 144 115
Binary 10010110 10001010 11111111 101001 101110 0 0 11110110 1100100 1001101

Color Harmonies of #968AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968AFF

Black with #968AFF

Text Example


Text Example

White with #968AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968AFF; }

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

 H1.HeaderClassName
 {
   color: #968AFF;
 }
 .AnyTagClassName
 {
   color: #968AFF;
 }
</style>

background-color css

<style>
 a { background-color: #968AFF; }

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

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

border-color css

<style>
 span { border-color: #968AFF; }

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

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