Html Css Color HEX #9489F2 Light Slate Blue

📋 copy color: '#9489F2'

red 148 ◦ green 137 ◦ blue 242

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

Shades of Light Slate Blue #9489F2

Tints of Light Slate Blue #9489F2

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26%

 BLUE value IS 242 (94.92% from 255) = 45.92%

R = 28.08%
G = 26%
B = 45.92%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9489F2 (or 0x9489F2) is known color: Light Slate Blue. HEX triplet: 94, 89 and F2. RGB value is (148,137,242). Sum of RGB (Red+Green+Blue) = 148+137+242=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 137 (53.91% from 255 or 26.00% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #9489F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9489F2 is #6B760D. Grayscale: #979797. Windows color (decimal): -7042574 or 15894932. OLE color: 15894932.

HSL color Cylindrical-coordinate representation of color #9489F2: hue angle of 246.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9489F2 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 137 242 -
CMYK 0.39 0.43 0 0.05
HSL 246.29º 0.8% 0.74% -
HSV(B) 246.29º 0.43% 0.95% -
XYZ 37.19 30.6 87.95 -
YUV 152.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 148 137 242 0.39 0.43 0 0.05 246.29 0.8 0.74
Hex 94 89 F2 27 2B 0 5 F6 50 4A
Octal 224 211 362 47 53 0 5 366 120 112
Binary 10010100 10001001 11110010 100111 101011 0 101 11110110 1010000 1001010

Color Harmonies of #9489F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9489F2

Black with #9489F2

Text Example


Text Example

White with #9489F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9489F2; }

 p { color: rgb(148,137,242); }

 H1.HeaderClassName
 {
   color: #9489F2;
 }
 .AnyTagClassName
 {
   color: #9489F2;
 }
</style>

background-color css

<style>
 a { background-color: #9489F2; }

 a { background-color: rgb(148,137,242); }

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

border-color css

<style>
 span { border-color: #9489F2; }

 span { border-color: rgb(148,137,242); }

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