Html Css Color HEX #98A0CF Blue Bell

📋 copy color: '#98A0CF'

red 152 ◦ green 160 ◦ blue 207

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

Shades of Blue Bell #98A0CF

Tints of Blue Bell #98A0CF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

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

R = 29.29%
G = 30.83%
B = 39.88%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#98A0CF (or 0x98A0CF) is known color: Blue Bell. HEX triplet: 98, A0 and CF. RGB value is (152,160,207). Sum of RGB (Red+Green+Blue) = 152+160+207=519 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.29% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #98A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98A0CF is #675F30. Grayscale: #A2A2A2. Windows color (decimal): -6774577 or 13607064. OLE color: 13607064.

HSL color Cylindrical-coordinate representation of color #98A0CF: hue angle of 231.27º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98A0CF is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 160 207 -
CMYK 0.27 0.23 0 0.19
HSL 231.27º 0.36% 0.7% -
HSV(B) 231.27º 0.27% 0.81% -
XYZ 36.78 36.32 64.1 -
YUV 162.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 152 160 207 0.27 0.23 0 0.19 231.27 0.36 0.7
Hex 98 A0 CF 1B 17 0 13 E7 24 46
Octal 230 240 317 33 27 0 23 347 44 106
Binary 10011000 10100000 11001111 11011 10111 0 10011 11100111 100100 1000110

Color Harmonies of #98A0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A0CF

Black with #98A0CF

Text Example


Text Example

White with #98A0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98A0CF; }

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

 H1.HeaderClassName
 {
   color: #98A0CF;
 }
 .AnyTagClassName
 {
   color: #98A0CF;
 }
</style>

background-color css

<style>
 a { background-color: #98A0CF; }

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

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

border-color css

<style>
 span { border-color: #98A0CF; }

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

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