Html Css Color HEX #968DDA Blue Bell

📋 copy color: '#968DDA'

red 150 ◦ green 141 ◦ blue 218

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

Shades of Blue Bell #968DDA

Tints of Blue Bell #968DDA

RGB

 RED value IS 150 (58.98% from 255) = 29.47%

 GREEN value IS 141 (55.47% from 255) = 27.7%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 29.47%
G = 27.7%
B = 42.83%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#968DDA (or 0x968DDA) is known color: Blue Bell. HEX triplet: 96, 8D and DA. RGB value is (150,141,218). Sum of RGB (Red+Green+Blue) = 150+141+218=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #968DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DDA is #697225. Grayscale: #989898. Windows color (decimal): -6910502 or 14323094. OLE color: 14323094.

HSL color Cylindrical-coordinate representation of color #968DDA: hue angle of 247.01º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #968DDA is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 141 218 -
CMYK 0.31 0.35 0 0.15
HSL 247.01º 0.51% 0.7% -
HSV(B) 247.01º 0.35% 0.85% -
XYZ 34.76 30.6 70.4 -
YUV 152.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 150 141 218 0.31 0.35 0 0.15 247.01 0.51 0.7
Hex 96 8D DA 1F 23 0 F F7 33 46
Octal 226 215 332 37 43 0 17 367 63 106
Binary 10010110 10001101 11011010 11111 100011 0 1111 11110111 110011 1000110

Color Harmonies of #968DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968DDA

Black with #968DDA

Text Example


Text Example

White with #968DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968DDA; }

 p { color: rgb(150,141,218); }

 H1.HeaderClassName
 {
   color: #968DDA;
 }
 .AnyTagClassName
 {
   color: #968DDA;
 }
</style>

background-color css

<style>
 a { background-color: #968DDA; }

 a { background-color: rgb(150,141,218); }

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

border-color css

<style>
 span { border-color: #968DDA; }

 span { border-color: rgb(150,141,218); }

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