Html Css Color HEX #947BFF Light Slate Blue

📋 copy color: '#947BFF'

red 148 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #947BFF

Tints of Light Slate Blue #947BFF

RGB

 RED value IS 148 (58.2% from 255) = 28.14%

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

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

R = 28.14%
G = 23.38%
B = 48.48%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#947BFF (or 0x947BFF) is known color: Light Slate Blue. HEX triplet: 94, 7B and FF. RGB value is (148,123,255). Sum of RGB (Red+Green+Blue) = 148+123+255=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #947BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #947BFF is #6B8400. Grayscale: #919191. Windows color (decimal): -7046145 or 16743316. OLE color: 16743316.

HSL color Cylindrical-coordinate representation of color #947BFF: hue angle of 251.36º 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 #947BFF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 123 255 -
CMYK 0.42 0.52 0 0
HSL 251.36º 1% 0.74% -
HSV(B) 251.36º 0.52% 1% -
XYZ 37.35 27.68 97.98 -
YUV 145.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 148 123 255 0.42 0.52 0 0 251.36 1 0.74
Hex 94 7B FF 2A 34 0 0 FB 64 4A
Octal 224 173 377 52 64 0 0 373 144 112
Binary 10010100 1111011 11111111 101010 110100 0 0 11111011 1100100 1001010

Color Harmonies of #947BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947BFF

Black with #947BFF

Text Example


Text Example

White with #947BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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