Html Css Color HEX #9A7BFC Light Slate Blue

📋 copy color: '#9A7BFC'

red 154 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #9A7BFC

Tints of Light Slate Blue #9A7BFC

RGB

 RED value IS 154 (60.55% from 255) = 29.11%

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

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

R = 29.11%
G = 23.25%
B = 47.64%

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

#9A7BFC (or 0x9A7BFC) is known color: Light Slate Blue. HEX triplet: 9A, 7B and FC. RGB value is (154,123,252). Sum of RGB (Red+Green+Blue) = 154+123+252=529 (70% of max value = 765). Red value is 154 (60.55% from 255 or 29.11% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A7BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7BFC is #658403. Grayscale: #929292. Windows color (decimal): -6652932 or 16546714. OLE color: 16546714.

HSL color Cylindrical-coordinate representation of color #9A7BFC: hue angle of 254.42º 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 #9A7BFC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 123 252 -
CMYK 0.39 0.51 0 0.01
HSL 254.42º 0.96% 0.74% -
HSV(B) 254.42º 0.51% 0.99% -
XYZ 37.98 28.06 95.51 -
YUV 146.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 154 123 252 0.39 0.51 0 0.01 254.42 0.96 0.74
Hex 9A 7B FC 27 33 0 1 FE 60 4A
Octal 232 173 374 47 63 0 1 376 140 112
Binary 10011010 1111011 11111100 100111 110011 0 1 11111110 1100000 1001010

Color Harmonies of #9A7BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7BFC

Black with #9A7BFC

Text Example


Text Example

White with #9A7BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A7BFC; }

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

 H1.HeaderClassName
 {
   color: #9A7BFC;
 }
 .AnyTagClassName
 {
   color: #9A7BFC;
 }
</style>

background-color css

<style>
 a { background-color: #9A7BFC; }

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

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

border-color css

<style>
 span { border-color: #9A7BFC; }

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

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