Html Css Color HEX #888BFA Light Slate Blue

📋 copy color: '#888BFA'

red 136 ◦ green 139 ◦ blue 250

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

Shades of Light Slate Blue #888BFA

Tints of Light Slate Blue #888BFA

RGB

 RED value IS 136 (53.52% from 255) = 25.9%

 GREEN value IS 139 (54.69% from 255) = 26.48%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 25.9%
G = 26.48%
B = 47.62%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#888BFA (or 0x888BFA) is known color: Light Slate Blue. HEX triplet: 88, 8B and FA. RGB value is (136,139,250). Sum of RGB (Red+Green+Blue) = 136+139+250=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #888BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888BFA is #777405. Grayscale: #969696. Windows color (decimal): -7828486 or 16419720. OLE color: 16419720.

HSL color Cylindrical-coordinate representation of color #888BFA: hue angle of 238.42º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888BFA is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 139 250 -
CMYK 0.46 0.44 0 0.02
HSL 238.42º 0.92% 0.76% -
HSV(B) 238.42º 0.46% 0.98% -
XYZ 36.64 30.6 94.42 -
YUV 150.76 184.01 117.47 -
System Red Green Blue C M Y K H S L
Decimal 136 139 250 0.46 0.44 0 0.02 238.42 0.92 0.76
Hex 88 8B FA 2E 2C 0 2 EE 5C 4C
Octal 210 213 372 56 54 0 2 356 134 114
Binary 10001000 10001011 11111010 101110 101100 0 10 11101110 1011100 1001100

Color Harmonies of #888BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BFA

Black with #888BFA

Text Example


Text Example

White with #888BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888BFA; }

 p { color: rgb(136,139,250); }

 H1.HeaderClassName
 {
   color: #888BFA;
 }
 .AnyTagClassName
 {
   color: #888BFA;
 }
</style>

background-color css

<style>
 a { background-color: #888BFA; }

 a { background-color: rgb(136,139,250); }

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

border-color css

<style>
 span { border-color: #888BFA; }

 span { border-color: rgb(136,139,250); }

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