Html Css Color HEX #9893CF Blue Bell

📋 copy color: '#9893CF'

red 152 ◦ green 147 ◦ blue 207

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

Shades of Blue Bell #9893CF

Tints of Blue Bell #9893CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

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

R = 30.04%
G = 29.05%
B = 40.91%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9893CF (or 0x9893CF) is known color: Blue Bell. HEX triplet: 98, 93 and CF. RGB value is (152,147,207). Sum of RGB (Red+Green+Blue) = 152+147+207=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #9893CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893CF is #676C30. Grayscale: #9B9B9B. Windows color (decimal): -6777905 or 13603736. OLE color: 13603736.

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

Color convert

RGB 152 147 207 -
CMYK 0.27 0.29 0 0.19
HSL 245º 0.38% 0.69% -
HSV(B) 245º 0.29% 0.81% -
XYZ 34.65 32.05 63.39 -
YUV 155.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 152 147 207 0.27 0.29 0 0.19 245 0.38 0.69
Hex 98 93 CF 1B 1D 0 13 F5 26 45
Octal 230 223 317 33 35 0 23 365 46 105
Binary 10011000 10010011 11001111 11011 11101 0 10011 11110101 100110 1000101

Color Harmonies of #9893CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9893CF

Black with #9893CF

Text Example


Text Example

White with #9893CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9893CF; }

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

 H1.HeaderClassName
 {
   color: #9893CF;
 }
 .AnyTagClassName
 {
   color: #9893CF;
 }
</style>

background-color css

<style>
 a { background-color: #9893CF; }

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

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

border-color css

<style>
 span { border-color: #9893CF; }

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

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