Html Css Color HEX #988FCF Blue Bell

📋 copy color: '#988FCF'

red 152 ◦ green 143 ◦ blue 207

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

Shades of Blue Bell #988FCF

Tints of Blue Bell #988FCF

RGB

 RED value IS 152 (59.77% from 255) = 30.28%

 GREEN value IS 143 (56.25% from 255) = 28.49%

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 30.28%
G = 28.49%
B = 41.24%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#988FCF (or 0x988FCF) is known color: Blue Bell. HEX triplet: 98, 8F and CF. RGB value is (152,143,207). Sum of RGB (Red+Green+Blue) = 152+143+207=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #988FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988FCF is #677030. Grayscale: #989898. Windows color (decimal): -6778929 or 13602712. OLE color: 13602712.

HSL color Cylindrical-coordinate representation of color #988FCF: hue angle of 248.44º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988FCF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 143 207 -
CMYK 0.27 0.31 0 0.19
HSL 248.44º 0.4% 0.69% -
HSV(B) 248.44º 0.31% 0.81% -
XYZ 34.03 30.83 63.19 -
YUV 152.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 152 143 207 0.27 0.31 0 0.19 248.44 0.4 0.69
Hex 98 8F CF 1B 1F 0 13 F8 28 45
Octal 230 217 317 33 37 0 23 370 50 105
Binary 10011000 10001111 11001111 11011 11111 0 10011 11111000 101000 1000101

Color Harmonies of #988FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988FCF

Black with #988FCF

Text Example


Text Example

White with #988FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988FCF; }

 p { color: rgb(152,143,207); }

 H1.HeaderClassName
 {
   color: #988FCF;
 }
 .AnyTagClassName
 {
   color: #988FCF;
 }
</style>

background-color css

<style>
 a { background-color: #988FCF; }

 a { background-color: rgb(152,143,207); }

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

border-color css

<style>
 span { border-color: #988FCF; }

 span { border-color: rgb(152,143,207); }

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