Html Css Color HEX #997BFA Light Slate Blue

📋 copy color: '#997BFA'

red 153 ◦ green 123 ◦ blue 250

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

Shades of Light Slate Blue #997BFA

Tints of Light Slate Blue #997BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.53%

R = 29.09%
G = 23.38%
B = 47.53%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#997BFA (or 0x997BFA) is known color: Light Slate Blue. HEX triplet: 99, 7B and FA. RGB value is (153,123,250). Sum of RGB (Red+Green+Blue) = 153+123+250=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #997BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #997BFA is #668405. Grayscale: #919191. Windows color (decimal): -6718470 or 16415641. OLE color: 16415641.

HSL color Cylindrical-coordinate representation of color #997BFA: hue angle of 254.17º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #997BFA is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 123 250 -
CMYK 0.39 0.51 0 0.02
HSL 254.17º 0.93% 0.73% -
HSV(B) 254.17º 0.51% 0.98% -
XYZ 37.48 27.84 93.84 -
YUV 146.45 186.44 132.67 -
System Red Green Blue C M Y K H S L
Decimal 153 123 250 0.39 0.51 0 0.02 254.17 0.93 0.73
Hex 99 7B FA 27 33 0 2 FE 5D 49
Octal 231 173 372 47 63 0 2 376 135 111
Binary 10011001 1111011 11111010 100111 110011 0 10 11111110 1011101 1001001

Color Harmonies of #997BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997BFA

Black with #997BFA

Text Example


Text Example

White with #997BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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