Html Css Color HEX #7A88FB Light Slate Blue

📋 copy color: '#7A88FB'

red 122 ◦ green 136 ◦ blue 251

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

Shades of Light Slate Blue #7A88FB

Tints of Light Slate Blue #7A88FB

RGB

 RED value IS 122 (48.05% from 255) = 23.97%

 GREEN value IS 136 (53.52% from 255) = 26.72%

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 23.97%
G = 26.72%
B = 49.31%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7A88FB (or 0x7A88FB) is known color: Light Slate Blue. HEX triplet: 7A, 88 and FB. RGB value is (122,136,251). Sum of RGB (Red+Green+Blue) = 122+136+251=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #7A88FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A88FB is #857704. Grayscale: #909090. Windows color (decimal): -8746757 or 16484474. OLE color: 16484474.

HSL color Cylindrical-coordinate representation of color #7A88FB: hue angle of 233.49º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A88FB is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 122 136 251 -
CMYK 0.51 0.46 0 0.02
HSL 233.49º 0.94% 0.73% -
HSV(B) 233.49º 0.51% 0.98% -
XYZ 34.24 28.71 95 -
YUV 144.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 122 136 251 0.51 0.46 0 0.02 233.49 0.94 0.73
Hex 7A 88 FB 33 2E 0 2 E9 5E 49
Octal 172 210 373 63 56 0 2 351 136 111
Binary 1111010 10001000 11111011 110011 101110 0 10 11101001 1011110 1001001

Color Harmonies of #7A88FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A88FB

Black with #7A88FB

Text Example


Text Example

White with #7A88FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A88FB; }

 p { color: rgb(122,136,251); }

 H1.HeaderClassName
 {
   color: #7A88FB;
 }
 .AnyTagClassName
 {
   color: #7A88FB;
 }
</style>

background-color css

<style>
 a { background-color: #7A88FB; }

 a { background-color: rgb(122,136,251); }

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

border-color css

<style>
 span { border-color: #7A88FB; }

 span { border-color: rgb(122,136,251); }

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