Html Css Color HEX #9898DF Blue Bell

📋 copy color: '#9898DF'

red 152 ◦ green 152 ◦ blue 223

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

Shades of Blue Bell #9898DF

Tints of Blue Bell #9898DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.84%

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 28.84%
G = 28.84%
B = 42.31%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9898DF (or 0x9898DF) is known color: Blue Bell. HEX triplet: 98, 98 and DF. RGB value is (152,152,223). Sum of RGB (Red+Green+Blue) = 152+152+223=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #9898DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898DF is #676720. Grayscale: #9F9F9F. Windows color (decimal): -6776609 or 14653592. OLE color: 14653592.

HSL color Cylindrical-coordinate representation of color #9898DF: hue angle of 240º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9898DF is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 152 223 -
CMYK 0.32 0.32 0 0.13
HSL 240º 0.53% 0.74% -
HSV(B) 240º 0.32% 0.87% -
XYZ 37.5 34.46 74.49 -
YUV 160.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 152 152 223 0.32 0.32 0 0.13 240 0.53 0.74
Hex 98 98 DF 20 20 0 D F0 35 4A
Octal 230 230 337 40 40 0 15 360 65 112
Binary 10011000 10011000 11011111 100000 100000 0 1101 11110000 110101 1001010

Color Harmonies of #9898DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9898DF

Black with #9898DF

Text Example


Text Example

White with #9898DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9898DF; }

 p { color: rgb(152,152,223); }

 H1.HeaderClassName
 {
   color: #9898DF;
 }
 .AnyTagClassName
 {
   color: #9898DF;
 }
</style>

background-color css

<style>
 a { background-color: #9898DF; }

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

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

border-color css

<style>
 span { border-color: #9898DF; }

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

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