Html Css Color HEX #997BFF Light Slate Blue

📋 copy color: '#997BFF'

red 153 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #997BFF

Tints of Light Slate Blue #997BFF

RGB

 RED value IS 153 (60.16% from 255) = 28.81%

 GREEN value IS 123 (48.44% from 255) = 23.16%

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

R = 28.81%
G = 23.16%
B = 48.02%

CMYK

 C value IS 0.4

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#997BFF (or 0x997BFF) is known color: Light Slate Blue. HEX triplet: 99, 7B and FF. RGB value is (153,123,255). Sum of RGB (Red+Green+Blue) = 153+123+255=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #997BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997BFF is #668400. Grayscale: #929292. Windows color (decimal): -6718465 or 16743321. OLE color: 16743321.

HSL color Cylindrical-coordinate representation of color #997BFF: hue angle of 253.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #997BFF is Cyan = 0.4, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 123 255 -
CMYK 0.4 0.52 0 0
HSL 253.64º 1% 0.74% -
HSV(B) 253.64º 0.52% 1% -
XYZ 38.27 28.16 98.03 -
YUV 147.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 153 123 255 0.4 0.52 0 0 253.64 1 0.74
Hex 99 7B FF 28 34 0 0 FE 64 4A
Octal 231 173 377 50 64 0 0 376 144 112
Binary 10011001 1111011 11111111 101000 110100 0 0 11111110 1100100 1001010

Color Harmonies of #997BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BFF

Black with #997BFF

Text Example


Text Example

White with #997BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997BFF; }

 p { color: rgb(153,123,255); }

 H1.HeaderClassName
 {
   color: #997BFF;
 }
 .AnyTagClassName
 {
   color: #997BFF;
 }
</style>

background-color css

<style>
 a { background-color: #997BFF; }

 a { background-color: rgb(153,123,255); }

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

border-color css

<style>
 span { border-color: #997BFF; }

 span { border-color: rgb(153,123,255); }

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