Html Css Color HEX #997BFC Light Slate Blue

📋 copy color: '#997BFC'

red 153 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #997BFC

Tints of Light Slate Blue #997BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 28.98%
G = 23.3%
B = 47.73%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#997BFC (or 0x997BFC) is known color: Light Slate Blue. HEX triplet: 99, 7B and FC. RGB value is (153,123,252). Sum of RGB (Red+Green+Blue) = 153+123+252=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #997BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997BFC is #668403. Grayscale: #929292. Windows color (decimal): -6718468 or 16546713. OLE color: 16546713.

HSL color Cylindrical-coordinate representation of color #997BFC: hue angle of 253.95º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #997BFC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 153 123 252 -
CMYK 0.39 0.51 0 0.01
HSL 253.95º 0.96% 0.74% -
HSV(B) 253.95º 0.51% 0.99% -
XYZ 37.79 27.97 95.5 -
YUV 146.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 153 123 252 0.39 0.51 0 0.01 253.95 0.96 0.74
Hex 99 7B FC 27 33 0 1 FE 60 4A
Octal 231 173 374 47 63 0 1 376 140 112
Binary 10011001 1111011 11111100 100111 110011 0 1 11111110 1100000 1001010

Color Harmonies of #997BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BFC

Black with #997BFC

Text Example


Text Example

White with #997BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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