Html Css Color HEX #9485F8 Light Slate Blue

📋 copy color: '#9485F8'

red 148 ◦ green 133 ◦ blue 248

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

Shades of Light Slate Blue #9485F8

Tints of Light Slate Blue #9485F8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.14%

 BLUE value IS 248 (97.27% from 255) = 46.88%

R = 27.98%
G = 25.14%
B = 46.88%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9485F8 (or 0x9485F8) is known color: Light Slate Blue. HEX triplet: 94, 85 and F8. RGB value is (148,133,248). Sum of RGB (Red+Green+Blue) = 148+133+248=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #9485F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9485F8 is #6B7A07. Grayscale: #969696. Windows color (decimal): -7043592 or 16287124. OLE color: 16287124.

HSL color Cylindrical-coordinate representation of color #9485F8: hue angle of 247.83º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9485F8 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 148 133 248 -
CMYK 0.40 0.46 0 0.03
HSL 247.83º 0.89% 0.75% -
HSV(B) 247.83º 0.46% 0.97% -
XYZ 37.54 29.85 92.59 -
YUV 150.6 182.97 126.15 -
System Red Green Blue C M Y K H S L
Decimal 148 133 248 0.40 0.46 0 0.03 247.83 0.89 0.75
Hex 94 85 F8 28 2E 0 3 F8 59 4B
Octal 224 205 370 50 56 0 3 370 131 113
Binary 10010100 10000101 11111000 101000 101110 0 11 11111000 1011001 1001011

Color Harmonies of #9485F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9485F8

Black with #9485F8

Text Example


Text Example

White with #9485F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9485F8; }

 p { color: rgb(148,133,248); }

 H1.HeaderClassName
 {
   color: #9485F8;
 }
 .AnyTagClassName
 {
   color: #9485F8;
 }
</style>

background-color css

<style>
 a { background-color: #9485F8; }

 a { background-color: rgb(148,133,248); }

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

border-color css

<style>
 span { border-color: #9485F8; }

 span { border-color: rgb(148,133,248); }

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