Html Css Color HEX #9485FF Light Slate Blue

📋 copy color: '#9485FF'

red 148 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #9485FF

Tints of Light Slate Blue #9485FF

RGB

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

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

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

R = 27.61%
G = 24.81%
B = 47.57%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9485FF (or 0x9485FF) is known color: Light Slate Blue. HEX triplet: 94, 85 and FF. RGB value is (148,133,255). Sum of RGB (Red+Green+Blue) = 148+133+255=536 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.61% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #9485FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9485FF is #6B7A00. Grayscale: #969696. Windows color (decimal): -7043585 or 16745876. OLE color: 16745876.

HSL color Cylindrical-coordinate representation of color #9485FF: hue angle of 247.38º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9485FF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 148 133 255 -
CMYK 0.42 0.48 0 0
HSL 247.38º 1% 0.76% -
HSV(B) 247.38º 0.48% 1% -
XYZ 38.65 30.29 98.42 -
YUV 151.39 186.47 125.58 -
System Red Green Blue C M Y K H S L
Decimal 148 133 255 0.42 0.48 0 0 247.38 1 0.76
Hex 94 85 FF 2A 30 0 0 F7 64 4C
Octal 224 205 377 52 60 0 0 367 144 114
Binary 10010100 10000101 11111111 101010 110000 0 0 11110111 1100100 1001100

Color Harmonies of #9485FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9485FF

Black with #9485FF

Text Example


Text Example

White with #9485FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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